STL (140)
OOPS (873)
C++ General (2409) Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
1062There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
1070
What is the best it certification?
Why do we use string in c++?
What are the c++ access specifiers?
Program to check whether a word is a sub-string or not of a string typed
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is vector processing?
What are c++ variables?
What is token c++?
What are the advantages of polymorphism?
Explain the virtual inheritance in c++.
What are the benefits of oop?
Which ide is best for c++?
How to call a non virtual function in the derived class by using base class pointer
What are references in c++? What is a local reference?
How does list r; differs from list r();?