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
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are the properties of union in c?
Explain how does flowchart help in writing a program?
What is the easiest sorting method to use?
Explain enumerated types.
What is local and global variable in c?
Explain that why C is procedural?
Why is c platform dependent?
What does sizeof return c?
What is static memory allocation? Explain
What is structure of c program?
What is the use of getch ()?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain how are portions of a program disabled in demo versions?