while loop contains parts

a) initialisation, evalution of an expression,increment /decrement

b) initialisation, increment/decrement

c) condition evalution

d) none of the above


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

Post New Answer

More C Interview Questions

When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


How main function is called in c?

0 Answers  


What are the different types of linkage exist in c?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  






p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


write a program to generate 1st n fibonacci prime number

12 Answers  


why we are using float in C

4 Answers  


Is there any possibility to create customized header file with c programming language?

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


Categories