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
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain the difference between exit() and _exit() function?
When a c file is executed there are many files that are automatically opened what are they files?
Write a program to show the change in position of a cursor using c
Is main a keyword in c?
What is void pointers in c?
Explain enumerated types in c language?
Is it possible to have a function as a parameter in another function?
What is the size of enum in bytes?
application attempts to perform an operation?
Write a simple code fragment that will check if a number is positive or negative.
Which is best linux os?
Explain how do you sort filenames in a directory?
What is stack in c?
What is use of #include in c?