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 are disadvantages of C language.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is a structural principle?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What does c mean in basketball?
List the variables are used for writing doubly linked list program.
What is an lvalue in c?
Is there a way to compare two structure variables?
Explain what is the advantage of a random access file?
Explain what is wrong with this statement? Myname = ?robin?;
What is declaration and definition in c?
What is maximum size of array in c?
to find the closest pair
What is the equivalent code of the following statement in WHILE LOOP format?
Should I learn c before c++?