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
Who invented bcpl language?
When should you use a type cast?
Is main is user defined function?
How old is c programming language?
Why do we need functions in c?
Explain what does the format %10.2 mean when included in a printf statement?
What is class and object in c?
How can I prevent another program from modifying part of a file that I am modifying?
is it possible to create your own header files?
What are the valid places to have keyword “break”?
Why is structure padding done in c?
Explain how can you avoid including a header more than once?
Is c is a middle level language?
What is meant by gets in c?
Write a code to generate a series where the next element is the sum of last k terms.