differnce between do and do while

Answer Posted / amit kumar sharma

do while loop executes at once even when the condition is
false and do is to create to do something...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the process to generate random numbers in c programming language?

614


What is the difference between union and anonymous union?

839


What is the symbol indicated the c-preprocessor?

698


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1547


What is #error and use of it?

681






hi send me sample aptitude papers of cts?

1656


When should structures be passed by values or by references?

588


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

983


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1263


What is function and its example?

630


Why do we use main function?

640


What are high level languages like C and FORTRAN also known as?

689


Why does everyone say not to use gets?

612


What is structure pointer in c?

575


What are structures and unions? State differencves between them.

619