What is a constructor in c++ with example?
Write a note about the virtual member function?
Profiler in projects?
Can I make ios apps with c++?
What is Memory Alignment?
Explain what are the sizes and ranges of the basic c++ data types?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Why do we need pointers?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is virtual table?
What is c++ 11 and c++ 14?