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
Why do we use return in c?
Explain what is gets() function?
Is boolean a datatype in c?
code for replace tabs with equivalent number of blanks
What do you mean by c what are the main characteristics of c language?
What is structure and union in c?
what is a constant pointer in C
Explain how do you override a defined macro?
What are pointers?
Explain the process of converting a Tree into a Binary Tree.
Combinations of fibanocci prime series
Explain how can I remove the trailing spaces from a string?
How does pointer work in c?
Do you know pointer in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f