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 |
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
code for quick sort?
will u give me old quesrion papers for aptitude for L & t info tech?
What is a pointer in c?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion
What is the difference between class and object in c?
Expand the following LKB BKL FFG
Is c is a low level language?
What is data structure in c language?
Can you pass an entire structure to functions?