differnce between do and do while

Answer Posted / puspa

do while loop execute once then check the condition which
is not same for do

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of pointers in C?

618


Here is a neat trick for checking whether two strings are equal

566


Why is C language being considered a middle level language?

654


What are valid operations on pointers?

668


What is the process of writing the null pointer?

607






What does static variable mean in c?

652


What is an auto variable in c?

758


What is the scope of static variable in c?

535


What are different types of operators?

597


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1981


What are data types in c language?

584


Where define directive used?

607


What are the types of type qualifiers in c?

647


What is array of structure in c programming?

753


How is a macro different from a function?

656