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
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What does & mean in scanf?
how to count no of words,characters,lines in a paragraph.
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is typedef struct in c?
Why isnt there a numbered, multi-level break statement to break out
FILE PROGRAMMING
Are there any problems with performing mathematical operations on different variable types?
What are different storage class specifiers in c?
What is the difference between struct and union in C?
What is #define in c?
Why is c known as a mother language?
How do you use a pointer to a function?
How many keywords (reserve words) are in c?