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 |
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Why is main function so important?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
What are compound statements?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
i want to job in your company, so how it will be possible.
What is the difference between %d and %i?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
what is the maximum limit of row and column of a matrix in c programming. in linux .
What are the functions to open and close file in c language?
What is #define?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?