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
Describe the modifier in c?
How can I generate floating-point random numbers?
How can you increase the size of a dynamically allocated array?
What is 2c dna?
What is the difference between scanf and fscanf?
Why does everyone say not to use scanf? What should I use instead?
how to write a c program to print list of fruits in alpabetical order?
What is volatile variable in c?
Differentiate between calloc and malloc.
How can I get back to the interactive keyboard if stdin is redirected?
What is the acronym for ansi?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is spaghetti programming?
Explain heap and queue.
What is the use of static variable in c?