What is the diffrent between while and do while statement ?
Answer Posted / ishwor pandey
in while first conditionis checked if condition is not true
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How can I prevent another program from modifying part of a file that I am modifying?
What is an operator?
What is #pragma statements?
Create a simple code fragment that will swap the values of two variables num1 and num2.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Why isnt there a numbered, multi-level break statement to break out
Difference between constant pointer and pointer to a constant.
Explain pointers in c programming?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Do variables need to be initialized?
provide an example of the Group by clause, when would you use this clause
What are control structures? What are the different types?
How are 16- and 32-bit numbers stored?
which type of aspect you want from the student.
I need a sort of an approximate strcmp routine?