what is the difference between entry control and exit
control statement?
Answers were Sorted based on User's Feedback
Answer / kishan agrawal
Entry Control loop can be said as the loop which checks the
condition before execution of body if condition asked are
true than it will come to the next step(can be said as body
part of that particular loop/program) they are WHILE,FOR
EXIT Control loop can be said as the loop which checks the
condition after execution of body at once(can be said as
body part of that particular loop/program) if condition
asked are true than it will come to the second time
execution they are do-while
| Is This Answer Correct ? | 11 Yes | 15 No |
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
how to TOGGLE Nth bit of variable in a MACRO
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
What is meant by recursion?
How many types of functions are there in c?
write a program to print infinte number
Why is c called c?
What are header files in c programming?
How do you write a program which produces its own source code as its output?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
List some of the static data structures in C?
What is a MAC Address?