What is a class template in c++?
No Answer is Posted For this Question
Be the First to Post Answer
You run a shell on unix system. How would you tell which shell are you running?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Is there any function that can skip certain number of characters present in the input stream?
How do you flush a buffer in 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.
What are the four partitions in which c++ compiler divides the ram?
What is an iterator?
is throwing exception from a constructor not a good practice ?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
Out of fgets() and gets() which function is safe to use?
Why do we use string in c++?
Explain what is polymorphism in c++?