what is the difference between entry control and exit
control statement?
Answer Posted / ksk
Entry Comtrolled will check the Condition at First and
doesn't execute if it is False.
Exit Comtrolled will check the Condition at Last and at
least once the statement will execute though it is False .
| Is This Answer Correct ? | 338 Yes | 31 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain the use of bit fieild.
Explain what is the heap?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Differentiate Source Codes from Object Codes
How do I get an accurate error status return from system on ms-dos?
What is the advantage of c?
What is the data segment that is followed by c?
What are the types of operators in c?
What are header files and explain what are its uses in c programming?
What is #include stdlib h?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are two dimensional arrays alternatively called as?
Does * p ++ increment p or what it points to?
How do you initialize pointer variables?