Which operations are permitted on pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a definition and a declaration?
Explain about Virtual Function in C++?
Can member data be public?
Which c++ operator cannot overload?
What kind of problems can be solved by a namespace?
Can we run c program in turbo c++?
What does '\r' and '\b' mean? Please explain with example.
What are exceptions c++?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Write some differences between an external iterator and an internal iterator?
What is the difference between method overloading and method overriding in c++?
Difference between class and structure.