What is a loop? What are different types of loops in c++?


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

Post New Answer

More C++ General Interview Questions

What are the benefits of operator overloading?

0 Answers  


How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


If you don’t declare a return value, what type of return value is assumed?

0 Answers  


What do you mean by pure virtual functions in C++? Give an example?

1 Answers  


List out some of the OODBMS available?

1 Answers  






Describe Trees using C++ with an example.

0 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


What is an undefined reference/unresolved external symbol error and how do I fix it?

0 Answers  


What is the function to call to turn an ascii string into a long?

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


Categories