What type of loop is a for loop?


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

Post New Answer

More OOPS Interview Questions

What do you mean by variable?

0 Answers  


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


What is basic concept of oop?

0 Answers  


Is html an oop?

0 Answers  


What are the valid types of data that the main () can return in C/C++ language

3 Answers  






What is abstraction with example?

0 Answers  


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


Why it is called runtime polymorphism?

0 Answers  


what is a class

6 Answers  


What is oops concept with example?

0 Answers  


What is abstraction example?

0 Answers  


There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?

2 Answers  


Categories