what is the difference between NULL & NUL keywords in C?
Answer Posted / bryan olson
Neither NULL nor NUL is a keyword in C.
[International Standard ISO/IEC 9899:1999, Programming
Languages -- C, Section 6.4.1 Keywords]
That said, Abhijit did a good job explaining them.
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is meant by gets in c?
What does 3 periods mean in texting?
How is = symbol different from == symbol in c programming?
given post order,in order construct the corresponding binary tree
Why do some versions of toupper act strangely if given an upper-case letter?
how to count no of words,characters,lines in a paragraph.
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the method to save data in stack data structure type?
What is non linear data structure in c?
what are the different storage classes in c?
What is c language & why it is used?
The statement, int(*x[]) () what does in indicate?
How can I sort more data than will fit in memory?
What are the different types of endless loops?
Can we access the array using a pointer in c language?