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


Please Help Members By Posting Answers For Below Questions

What is the difference between the local variable and global variable in c?

750


Explain about C function prototype?

857


What math functions are available for integers? For floating point?

887


Explain union. What are its advantages?

838


What is the purpose of scanf() and printf() functions?

946


Why we use int main and void main?

816


Define recursion in c.

969


Why is sizeof () an operator and not a function?

789


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

2979


What are the types of type specifiers?

823


Write a program to swap two numbers without using third variable?

1079


Differentiate abs() function from fabs() function.

817


Is file a keyword in c?

703


Do you know the use of fflush() function?

835


What are terms in math?

816