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
Do you know what are the properties of union in c?
Can a pointer be static?
Write a program to check prime number in c programming?
how to generate the length of a string without using len funtion?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
Which header file is essential for using strcmp function?
What is the difference between void main() and int main()?
What does it mean when a pointer is used in an if statement?
Is a house a shell structure?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
what is the difference between while and do while?