STL (140)
OOPS (873)
C++ General (2409) What is the standard template library (stl)?
What is ios in c++?
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 are the classes in c++?
Why polymorphism is used in oops?
What are friend classes? What are advantages of using friend classes?
List down the guideline that should be followed while using friend function.
Which c++ operator cannot overload?
What is name hiding in c++?
Do you know what is overriding?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Can we use stl in coding interviews?
If I is an integer variable, which is faster ++i or i++?
How a new element can be added or pushed in a stack?
What do you mean by volatile and mutable keywords used in c++?