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 array of pointers to string?
What is the size of structure pointer in c?
How to get string length of given string in c?
Write a program to use switch statement.
what does static variable mean?
I need testPalindrome and removeSpace
#include
What is the difference between class and object in c?
What does 4d mean in c?
Can you please explain the difference between malloc() and calloc() function?
how to capitalise first letter of each word in a given string?
Write a simple code fragment that will check if a number is positive or negative.
what are the facialities provided by you after the selection of the student.
What is a constant and types of constants in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .