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
What is c programing language?
Explain Basic concepts of C language?
How does struct work in c?
Can variables be declared anywhere in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is assert and when would I use it?
Explain about C function prototype?
What will the preprocessor do for a program?
how should functions be apportioned among source files?
Explain is it valid to address one element beyond the end of an array?
Explain spaghetti programming?
Explain what is the difference between null and nul?
Is c pass by value or reference?
Is c easy to learn?
What is a program?