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.
965There 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?
955
What is null c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Explain terminate() function?
What is a function in oop?
program explaining feautures of c++
What is oops in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is decltype c++?
What is an overflow error?
What is class syntax c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Why do we use polymorphism in oops?
What is a wchar_t in c++?
What is static function? Explain with an example
Why is polymorphism needed?