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 #define used for in c?
Explain what is a stream?
Explain what is the difference between text files and binary files?
Is swift based on c?
Can we change the value of static variable in c?
Explain what are bus errors, memory faults, and core dumps?
What does the error message "DGROUP exceeds 64K" mean?
What is string function c?
In a switch statement, explain what will happen if a break statement is omitted?
What does p mean in physics?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is dynamic memory allocation?
What is wrong in this statement?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Is c++ based on c?