Is c++ an oop?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by global variables?
Difference between overloading vs. Overriding
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.
What is the use of string in c++?
Explain object slicing in c++?
What is srand c++?
What is buffering in c++?
What is size_type?
Which sort does c++ use?
Implement strncpy
Write bites in Turbo c++ Header ("Include") Files.
3- Write a program to find larger and smaller of the two numbers.