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
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between class and object in c?
What are loops in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is difference between class and structure?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Are c and c++ the same?
How does free() know explain how much memory to release?
Which driver is a pure java driver
Describe the difference between = and == symbols in c programming?
Write a program to find factorial of a number using recursive function.
What are the back slash character constants or escape sequence charactersavailable in c?
Is c is a high level language?