Answer Posted / shireesha
It invokes the other functions defined in the program.
It provides the starting address for the funtion.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is meant by int main ()?
How do you define structure?
When can you use a pointer with a function?
How many identifiers are there in c?
Explain what are reserved words?
What is the description for syntax errors?
What is c system32 taskhostw exe?
Write a program to know whether the input number is an armstrong number.
How can I delete a file?
How can I change their mode to binary?
Is this program statement valid? INT = 10.50;
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is string constants?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list