what is the difference b/w NULL and null?
Answer Posted / guest
In c language there is difference small alphabets that is
null and NULL capital alphabets ,it store nothing in a field
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
write a progrmm in c language take user interface generate table using for loop?
Explain the advantages and disadvantages of macros.
What are the header files used in c language?
Can you assign a different address to an array tag?
Why is c called a mid-level programming language?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
How can I sort a linked list?
Explain the difference between getch() and getche() in c?
What is use of integral promotions in c?
Why is c fast?
What is the difference between mpi and openmp?
What are lookup tables in c?
What is array of pointers to string?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
why return type of main is not necessary in linux