what is the flow of execution in cprogram?
ex:printf();,scanf();
Answer Posted / shruthi.k.a
according to me,
the flow of execution in cprogram is from top to bottom.
that is ex: printf();scanf();
printf is executed first than is the scanf().
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of bit field?
How many identifiers are there in c?
Explain how do you determine the length of a string value that was stored in a variable?
What functions are used for dynamic memory allocation in c language?
How do you generate random numbers in C?
How can you avoid including a header more than once?
Who developed c language and when?
What is the function of this pointer?
Explain a pre-processor and its advantages.
What is c system32 taskhostw exe?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is storage class?
Can we assign integer value to char in c?
Can math operations be performed on a void pointer?
can any one tel me wt is the question pattern for NIC exam