Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


What are global variables and explain how do you declare them?

0 Answers  


What are qualifiers and modifiers c?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


What is adt in c programming?

0 Answers  


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


Categories