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
What is the difference between int main and void main?
What is NULL pointer?
Explain how can you avoid including a header more than once?
Explain the term printf() and scanf() used in c language?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is difference between array and pointer in c?
What is a far pointer in c?
Where we use clrscr in c?
What would be an example of a structure analogous to structure c?
How do we make a global variable accessible across files? Explain the extern keyword?
What is the difference between the local variable and global variable in c?
How can a process change an environment variable in its caller?
If I have a char * variable pointing to the name of a function ..
Explain how can I avoid the abort, retry, fail messages?
Explain setjmp()?