In C program, at end of the program we will give as "return 0"
and "return 1", what they indicate? Is it mandatory to specify
them?
Answer Posted / ritu
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is structure padding in c?
Which is better oop or procedural?
What does %d do?
Can you pass an entire structure to functions?
please give me some tips for the placement in the TCS.
What is the general form of a C program?
What is merge sort in c?
What is c language and why we use it?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain how can you restore a redirected standard stream?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How do you declare a variable that will hold string values?
Tell me is null always defined as 0(zero)?
What is void main ()?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)