Why do while loop is used?


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

Post New Answer

More OOPS Interview Questions

#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


tell about copy constructor

3 Answers   Siemens,


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


Name an advantage of linked list over array?

11 Answers   IBM, Infosys,


Program to check whether a word is in all capital letters

1 Answers  






What is object and example?

0 Answers  


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


What are the 4 pillars of oop?

0 Answers  


Templates mean

0 Answers  


What are oops functions?

0 Answers  


What is the use of oops?

0 Answers  


WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET

1 Answers  


Categories