what is difference between null and nul in c language
Answers were Sorted based on User's Feedback
Answer / xsoft
null this is a key word in C language but the nul this
keyword used in dos Programming as you can you use it in C
programming with the function system("dir ./a>nul");
then when can consider this nul as an output.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
how to add two numbers without using arithmetic operators?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Who invented bcpl language?
What are extern variables in c?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
When should we use pointers in a c program?
How do you determine whether to use a stream function or a low-level function?
What are the different categories of functions in c?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Is that possible to add pointers to each other?
What is use of bit field?
Explain About fork()?