Name the operators that cannot be overloaded.
Answer Posted / ritesh pal
sizeof . .* .-> :: ? :
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Destructor in C++?
Why c++ is created?
When is the destructor called?
What is meant by a delegate?
What are smart pointers?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
What are stl algorithms?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is abstract class in c++?
What is the difference between map and hashmap in c++?
What will happen if a pointer is deleted twice?
Get me an image implementation program.
What is persistence in oop?
Write a recursive program to calculate factorial in c++.