R
Q. Which of the following is incorrect in C++? (1)When we write overloaded function we must code the function for each usage. (2)When we write function template we code the function only once. (3)It is difficult to debug macros (4)Templates are more efficient than macros
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The operators can’t be overloaded
Q. Which of the following approach is used by C++?
Q. What is the maximum number of arguments or parameters that can be present in one function call?
Q. Strings are character arrays. The last index of it contains the null‐terminated character
Q. Which C++ keyword is used to define an abstract class?
Q. Which of the following is the correct way to define a constant pointer in C++?
Q. How C++ compiler does differ between overloaded postfix and prefix operators?
Discusssion
Login to discuss.