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 |
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
What is a constant and types of constants in c?
How reliable are floating-point comparisons?
Why is c called a mid-level programming language?
What is the difference between procedural and declarative language?
Write a simple program to find the size of different basic data types in C.
How do I determine whether a character is numeric, alphabetic, and so on?
write a program to find out prime number using sieve case?
What does calloc stand for?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff