Explain the FOR loop with a help of a code.


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

Post New Answer

More C++ Interview Questions

What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


What does malloc return in C and C++?

0 Answers   Alter,






When must you use a constructor initializer list?

0 Answers   Amazon,


What is pass by value & reference.

0 Answers   Accenture,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


What is a memory leak in C++?

0 Answers   Agilent,


Question on Copy constructor.

0 Answers   Alter,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


Can we call a virtual function from a constructor?

1 Answers  


Categories