what is diference between return 0 and return NULL??
Answer Posted / dips
return 0 is indicatiion of successsfull completetion of
programme generally we write return 0 for that purpose
return null its returnig nothing in some condition we may
dont require to return any value
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is oops c?
Are the outer parentheses in return statements really optional?
Can true be a variable name in c?
Explain what happens if you free a pointer twice?
How is a null pointer different from a dangling pointer?
explain how do you use macro?
cavium networks written test pattern ..
What is array of structure in c?
What is s or c?
what are # pragma staments?
Explain what does the function toupper() do?
What is the return type of sizeof?
Explain what is the difference between a free-standing and a hosted environment?
Write a program to use switch statement.
What is the 'named constructor idiom'?