MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is incorrect in C++ ? |
| A. | When we write overloaded function we must code the function for each usage |
| B. | When we write function template we code the function only once |
| C. | It is difficult to debug macros |
| D. | Templates are more efficient than macros |
| Answer» E. | |