What are function poinetrs? where are they used?
What is the object serialization?
Why do we use the using declaration?
How is memory managed in C++?
What are mutator methods in c++?
What is name hiding in c++?
How to write a program such that it will delete itself after exectution?
How to declare a pointer to an array of integers?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Explain the difference between c & c++?
What do you mean by function overriding & function overloading in c++?
What is the use of endl?
Difference between struct and class in terms of access modifier.