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
Differentiate between new and malloc(), delete and free() ?
What is the c language function prototype?
What do mean by network ?
What is function prototype in c language?
Are negative numbers true in c?
Write a program to use switch statement.
Is c is a high level language?
How do you convert strings to numbers in C?
What are header files and explain what are its uses in c programming?
What is the correct code to have following output in c using nested for loop?
What is the use of bit field?
can we change the default calling convention in c if yes than how.........?
What type is sizeof?
what is bit rate & baud rate? plz give wave forms
What does != Mean in c?