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
Explain how can I write functions that take a variable number of arguments?
What is a pointer on a pointer in c programming language?
Are the variables argc and argv are always local to main?
Explain spaghetti programming?
When was c language developed?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are the types of i/o functions?
How can I implement a delay, or time a users response, with sub-second resolution?
write a program to create a sparse matrix using dynamic memory allocation.
Is that possible to add pointers to each other?
What is malloc calloc and realloc in c?
what type of questions arrive in interview over c programming?
What is meant by gets in c?
What does sizeof function do?
What's the difference between constant char *p and char * constant p?