Discuss about iteration statements in C++ .


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

Post New Answer

More C++ Interview Questions

How to invoke a C function using a C++ program?

0 Answers   Alter,


Define type casting in C++.

0 Answers   Amdocs,


Tell me about virtual function

1 Answers  


dynamic scoping is

0 Answers   Siemens,


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


Explain encapsulation in C++.

0 Answers   Verifone,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is conversion constructor in C++

0 Answers   TCS,


How can a C function be called in a C++ program?

0 Answers  


What is bool in C++

0 Answers  


Can we call C++ OOPS? and Why

0 Answers  


Categories