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 / kalyan chukka
i think 0 and 1 are the true false.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Is calloc better than malloc?
What are the disadvantages of c language?
how to find binary of number?
What is a method in c?
How can I trap or ignore keyboard interrupts like control-c?
How can I find out if there are characters available for reading?
What are the types of operators in c?
How can I insert or delete a line (or record) in the middle of a file?
How do you determine whether to use a stream function or a low-level function?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
How do you determine a file’s attributes?
What is the use of a conditional inclusion statement in C?
What is variable in c example?
What does %c do in c?
write an algorithm to display a square matrix.