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
Write a program in c to replace any vowel in a string with z?
What is a static variable in c?
What are the 5 types of inheritance in c ++?
Describe wild pointers in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
what are the facialities provided by you after the selection of the student.
How do I use void main?
praagnovation
Explain how can I write functions that take a variable number of arguments?
How can I invoke another program or command and trap its output?
Who developed c language and when?
What is a stream?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the mean of function?
What are linker error?