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 the local variable and global variable in c?
Explain about C function prototype?
What math functions are available for integers? For floating point?
Explain union. What are its advantages?
What is the purpose of scanf() and printf() functions?
Why we use int main and void main?
Define recursion in c.
Why is sizeof () an operator and not a function?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are the types of type specifiers?
Write a program to swap two numbers without using third variable?
Differentiate abs() function from fabs() function.
Is file a keyword in c?
Do you know the use of fflush() function?
What are terms in math?