what is diference between return 0 and return NULL??
Answer Posted / bajishareef
o is the value oriented decimal constant which is of integer type.
Where as NULL is the address oriented empty value.
Both are not equal
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is hashing in c language?
How can you increase the size of a dynamically allocated array?
Is main is user defined function?
What happens if you free a pointer twice?
what is the syallabus of computer science students in group- 1?
Difference between Function to pointer and pointer to function
What does dm mean sexually?
Why is it important to memset a variable, immediately after allocating memory to it ?
Why is %d used in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
How do you define a string?
Write programs for String Reversal & Palindrome check
How would you rename a function in C?
Does c have circular shift operators?
Explain how can I prevent another program from modifying part of a file that I am modifying?