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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Can you define which header file to include at compile time?
What is the difference between arrays and pointers?
What is break in c?
What are the different types of errors?
Why do we use pointer to pointer in c?
Do you know the difference between exit() and _exit() function in c?
What is sizeof int in c?
Is return a keyword in c?
When should a type cast be used?
Explain what is the advantage of a random access file?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the difference between c and python?
What does a pointer variable always consist of?
What is const and volatile in c?