what is difference between null and nul in c language
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amar singh rajput
NULL is an pointer with value zero (0) ,and NUL is an character with integer value 0 (zero) .
| Is This Answer Correct ? | 0 Yes | 0 No |
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
totally how much header files r in c language
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What are the advantages of using macro in c language?
What is an array in c?
Explain how can you check to see whether a symbol is defined?
What is variable in c example?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Write a program to find the smallest and largest element in a given array in c language
errors in computer programmes are called
What are the loops in c?