what is the flow of execution in cprogram?
ex:printf();,scanf();

Answers were Sorted based on User's Feedback



what is the flow of execution in cprogram? ex:printf();,scanf();..

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

what is the flow of execution in cprogram? ex:printf();,scanf();..

Answer / tamil venthan s

i asking about from right to left or left to right ...

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

What is the purpose of type declarations?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


What is zero based addressing?

0 Answers  






What is the difference between %d and %i?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


What is a macro, and explain how do you use it?

0 Answers  


How do you view the path?

0 Answers  


Why is c called a structured programming language?

0 Answers  


What are high level languages like C and FORTRAN also known as?

0 Answers  


Why c is faster than c++?

0 Answers  


Categories