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
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How many keywords are there in c?
How can I implement a delay, or time a users response, with sub-second resolution?
what is the significance of static storage class specifier?
What is unsigned int in c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What does 3 periods mean in texting?
How can you access memory located at a certain address?
How do you define a function?
Explain what is output redirection?
What does s c mean on snapchat?
Why c is a mother language?
Where static variables are stored in c?
What is the purpose of 'register' keyword?
What is the difference between typedef struct and struct?