What are the advantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
How do you declare a set in c++?
Can we use pointers in c++?
What are libraries in c++?
What is the C-style character string?
Why can’t you call invariants() as the first line of your constructor?
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.
How does class accomplish data hiding in c++?
What is the syntax for a for loop?
How do you generate a random number in c++?
What is searching? Explain linear and binary search.
Will a catch statement catch a derived exception if it is looking for the base class?
What do you mean by call by value and call by reference?