what is the flow of execution in cprogram?
ex:printf();,scanf();
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / tamil venthan s
i asking about from right to left or left to right ...
| Is This Answer Correct ? | 1 Yes | 1 No |
Write a program that accept anumber in words
What is optimization in c?
Explain what is the purpose of "extern" keyword in a function declaration?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How do I get a null pointer in my programs?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Explain Doubly Linked Lists?
how to go with this?
What do you mean by Recursion Function?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .