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

what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


Explain what is the difference between null and nul?

0 Answers  


What is the role of && operator in a program code?

0 Answers  






#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


In which area global, external variables are stored?

3 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


explain memory layout of a C program

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


Why void is used in c?

0 Answers  


Categories