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 #define?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is a macro?
Which function in C can be used to append a string to another string?
What is build process in c?
What is the size of structure pointer in c?
Define the scope of static variables.
What is a floating point in c?
Can you please explain the difference between syntax vs logical error?
What is the difference between call by value and call by reference in c?
How can I pad a string to a known length?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Explain what are the different file extensions involved when programming in c?
What is %d called in c?
What is the most efficient way to count the number of bits which are set in an integer?