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
Are there constructors in c?
How can I do graphics in c?
What is null pointer in c?
What are the 4 data types?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is "Hungarian Notation"?
Where define directive used?
Can true be a variable name in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What does the function toupper() do?
What are bitwise shift operators in c programming?
What is the purpose of the preprocessor directive error?
Explain what is wrong with this program statement? Void = 10;
What is dynamic dispatch in c++?