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
Differentiate between a structure and a union.
What does 3 periods mean in texting?
How many types of operators are there in c?
What is pass by reference in functions?
how can I convert a string to a number?
What are the differences between new and malloc in C?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are the different types of pointers used in c language?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
a program that can input number of records and can view it again the record
What is variables in c?
Is int a keyword in c?
What is the difference between array and structure in c?
When should the register modifier be used? Does it really help?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9