What is meant by entry controlled loop? What all C++ loops are exit controlled?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What is a .h file c++?

0 Answers  


Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


What is the use of endl?

0 Answers  






Can member functions be private?

0 Answers  


What are the debugging methods you use when came across a problem?

1 Answers  


When should you use multiple inheritance?

2 Answers  


How to detect memory leaks in c++

1 Answers   Mphasis,


Search for: what is pair in c++?

0 Answers  


What is the use of class in c++?

0 Answers  


How long it will take to learn c++?

0 Answers  


Categories