what is diference between return 0 and return NULL??
Answer Posted / sourabh
return 0 means the function returns the particular value 0
returnn null means the function does not return any value'
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is null always equal to 0(zero)?
What is the condition that is applied with ?: Operator?
What is FIFO?
What is a structural principle?
All technical questions
How can I send mail from within a c program?
What is define directive?
What is the meaning of ?
What is bubble sort in c?
What is a program flowchart and explain how does it help in writing a program?
What is the difference between the local variable and global variable in c?
What standard functions are available to manipulate strings?
Which of these functions is safer to use : fgets(), gets()? Why?
What is int main () in c?
How do you determine whether to use a stream function or a low-level function?