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
what is the syallabus of computer science students in group- 1?
What is the concatenation operator?
Why is sizeof () an operator and not a function?
What is dynamic variable in c?
What is wrong with this declaration?
What is return in c programming?
Why is sprintf unsafe?
What is C language ?
What are header files in c programming?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is the purpose of 'register' keyword in c language?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is the purpose of ftell?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Can you return null in c?