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
Explain void pointer?
How can you draw circles in C?
How do you search data in a data file using random access method?
Describe wild pointers in c?
What are data structures in c and how to use them?
Why c is called procedure oriented language?
Is there anything like an ifdef for typedefs?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the use of getchar functions?
What is difference between union All statement and Union?
What is .obj file in c?
What is string function c?
What is the use of ?
Why c is faster than c++?
What is structure and union in c?