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
Why is main function so important?
Explain what is the difference between a string and an array?
What are the application of void data type in c?
Explain how are portions of a program disabled in demo versions?
What is this infamous null pointer, anyway?
What oops means?
explain what are pointers?
What is s in c?
What's the best way of making my program efficient?
What is void pointers in c?
When should structures be passed by values or by references?
What is masking?
Explain what standard functions are available to manipulate strings?
What is zero based addressing?
What is optimization in c?