How do I use turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is ios in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
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 dynamic type checking?
what is data Abstraction
What is the difference between passing by reference and passing a reference?
What does extern mean in a function declaration in c++?
What do you mean by vtable and vptr in c++?
Array base access faster or pointer base access is faster?
What is the use of c++ programming language in real life?
Explain differences between alloc() and free()?
Shall we use 'free' to free memory assigned by new, What are the further consequences??