STL (140)
OOPS (873)
C++ General (2409)
What is multilevel inheritance explain with example?
Write a program to sort the number with different sorts in one program ??
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
what is C++ objects?
What are oops methods?
Why is c++ a mid-level programming language?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is anonymous object in c++?
What are the five basic elements of a c++ program?
What is flush () in c++?
What do you mean by variable?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What do you understand by a pure virtual member function?
Explain how to initialize a const member data.
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.