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
Why is c called c?
Explain the use of 'auto' keyword
When should we use pointers in a c program?
Write a program to generate prime factors of a given integer?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Did c have any year 2000 problems?
What is a const pointer in c?
What is modifier & how many types of modifiers available in c?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
how can we Declare a variable in c without defining it.
What is a ternary operator in c?
Differentiate between declaring a variable and defining a variable?