What is pure virtual function? Or what is abstract class?
What is unary operator? List out the different operators involved in the unary operator.
Is c++ the hardest language?
What are vectors used for in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What are guid?
What is c++ map?
Why the usage of pointers in C++ is not recommended ?
Is c++ a software?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Why Pointers are not used in C++?
What operators can you overload in c++?
What is virtual base class?
Explain selection sorting. Also write an example.
Can we use this pointer inside static member function?