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

Can you think of a logic behind the game minesweeper.

2012


Explain what is the most efficient way to store flag values?

702


What is meant by type specifiers?

663


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

728


State two uses of pointers in C?

642






What are the advantages and disadvantages of pointers?

581


Is file a keyword in c?

505


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

707


What is variable in c example?

596


What are categories used for in c?

571


What is the difference between fread buffer() and fwrite buffer()?

676


Explain how can I write functions that take a variable number of arguments?

619


What is return in c programming?

520


How can you restore a redirected standard stream?

612


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

671