what is difference between null and nul in c language
Answer Posted / amar singh rajput
NULL is an pointer with value zero (0) ,and NUL is an character with integer value 0 (zero) .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between a string and an array?
What is variables in c?
What are the types of data types and explain?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
How to define structures? ·
What does %c do in c?
What is an array? What the different types of arrays in c?
What is the use of printf() and scanf() functions?
What is the size of empty structure in c?
Was 2000 a leap year?
What is a floating point in c?
How do we print only part of a string in c?
In which layer of the network datastructure format change is done
Is c dynamically typed?
Explain what is gets() function?