what is the difference between entry control and exit
control statement?
Answer Posted / greeshma
entry control loop
the first step in such loop is evaluating the condition.. and it executes if it is true.. and will not execute if it is false
exit control loop
here the execution is the first step and evaluation is the second step..
| Is This Answer Correct ? | 26 Yes | 14 No |
Post New Answer View All Answers
What is bss in c?
What is use of pointer?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are shell structures used for?
What is the difference between text files and binary files?
How can I ensure that integer arithmetic doesnt overflow?
List the variables are used for writing doubly linked list program.
Why c language is called c?
hi send me sample aptitude papers of cts?
What is pivot in c?
What does void main () mean?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are dangling pointers in c?
Why is c not oop?
Can the curly brackets { } be used to enclose a single line of code?