STL (140)
OOPS (873)
C++ General (2409)
How to defines the function in c++?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Describe the process of creation and destruction of a derived class object?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Which software is used to run c++ program?
What is a modifier in c++?
Explain the advantages of inheritance.
write a function signature with various number of parameters.
What is static function? Explain with an example
What is a map in c++?
Define friend function.
Why is polymorphism important in oop?
What happens when you make call 'delete this;'?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What c++ library is string in?