what is the difference b/w NULL and null?
Answer Posted / evalin jose
"null" means empty.And "NULL" means ,it values zero.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Write program to remove duplicate in an array?
Define circular linked list.
What are 'near' and 'far' pointers?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is difference between structure and union in c programming?
How can I copy just a portion of a string?
Process by which one bit pattern in to another by bit wise operation is?
Explain what is wrong in this statement?
program to convert a integer to string in c language'
How can you call a function, given its name as a string?
Tell me when is a void pointer used?
how do you execute a c program in unix.
What is difference between && and & in c?
Write a factorial program using C.