Mention the ways in which parameterized can be invoked.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


What are the differences between new and malloc?

0 Answers  


What is ostream in c++?

0 Answers  


What is the difference between = and == in C?

20 Answers   Christ University, Intel,


Explain what you mean by a pointer.

0 Answers   TCS,


What is the difference between const and constexpr?

4 Answers  


Is c++ a software?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


Can malloc be used in c++?

0 Answers  


What is class syntax c++?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


How do I use turbo c++?

0 Answers  


Categories