Which control loop is recommended if you have to execute set of statements for fixed number of times?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


what is available in C language but not in C++?

10 Answers   CTS, TCS,


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

0 Answers  






Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


How can I set an array's size at run time?

9 Answers  


What is actual argument?

0 Answers  


What is class and object in c?

0 Answers  


How is null defined in c?

0 Answers  


Categories