Answer Posted / jithender palle
In while case first execute the condition then ++/--,
In do while first ++/-- then condition execute
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What math functions are available for integers? For floating point?
What is the use of the function in c?
Do pointers need to be initialized?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is build process in c?
What are the types of assignment statements?
What is the Purpose of 'extern' keyword in a function declaration?
How do you construct an increment statement or decrement statement in C?
Explain what are multidimensional arrays?
Process by which one bit pattern in to another by bit wise operation is?
Between macros and functions,which is better to use and why?
Differentiate between functions getch() and getche().
Explain what is page thrashing?
What is your stream meaning?