In C what is the difference between null and a new line character? Guys help please [migrated]
- by Siddhartha Gurjala
Whats the conceptual difference and similarity between NULL and a newline character
i.e between '\0' and '\n'
Explain their relevance for both integer and character data type variables and arrays?
For reference here is an example
snippets of a program to read and write a 2d char array
PROGRAM CODE 1:
int main()
{
char…