what is difference between null and nul in c language
Answer Posted / 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 |
Post New Answer View All Answers
in iso what are the common technological language?
What is string function in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Which is better between malloc and calloc?
Write a function that will take in a phone number and output all possible alphabetical combinations
is it possible to create your own header files?
Can you please compare array with pointer?
Explain null pointer.
How many main () function we can have in a project?
Write a code to remove duplicates in a string.
How can you tell whether two strings are the same?
Is this program statement valid? INT = 10.50;
How to write a multi-statement macro?
What is a lvalue
what are bit fields? What is the use of bit fields in a structure declaration?