STL (140)
OOPS (873)
C++ General (2409) If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
3 6026
If all is successful, what should main return a) 0 b) 1 c) void
What is the difference between a reference and a pointer?
What does count ++ do in c++?
What is data abstraction? How is it different from data encapsulation?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Can we create object of abstract class?
What is polymorphism and why is it important?
Write about the stack unwinding?
Is c++ platform dependent?
what is c++
What is namespace std; and what is consists of?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What's the order in which the objects in an array are destructed? Write a program to implement OOPS concepts such as
inheritance, polymorphism, friend function, operator
overloading? What are signs of manipulation?