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

How would you find a cycle in a linked list?

3 Answers   NSN,


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


Can I initialize unions?

0 Answers  


Why dont c comments nest?

0 Answers  


What is difference between union All statement and Union?

0 Answers  






What are the 4 types of programming language?

0 Answers  


What are the parts of c program?

0 Answers  


What is null pointer constant?

0 Answers  


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


What is 'bus error'?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


Categories