What is type of 'this' pointer? Explain when it is get created?
What is virtual constructor paradigm?
Explain some examples of operator overloading?
What are the various oops concepts in c++?
What is the best way to declare and define global variables?
Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
2 Answers ABC, Accenture, DataLand, HCL, Webyog,
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is ios :: in in c++?
What is a node class?
What do you mean by “this” pointer?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
What is guard code in c++?