what is the difference between entry control and exit
control statement?
Answer Posted / ajay pandey
The entry control loop is also called for or while loop. Because while loop and for loop are check condition first and the condition is true then it execute the inside statement otherwise it is exit. Where do-while loop is atlist one time execute the inside statement and then check condition. Therefor do-while loop is exit control loop.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Is c high or low level?
When a c file is executed there are many files that are automatically opened what are they files?
What does p mean in physics?
How can I call a function with an argument list built up at run time?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Explain enumerated types.
Explain how can I avoid the abort, retry, fail messages?
Is there a way to compare two structure variables?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What are shell structures used for?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Tell me with an example the self-referential structure?
What is a MAC Address?