MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Cpp Multiple Choice knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is the validity of template parameters? |
| A. | inside that block only |
| B. | inside the class |
| C. | whole program |
| D. | any of the mentioned |
| Answer» D. any of the mentioned | |
| 2. |
Which keyword can be used in template? |
| A. | class |
| B. | typename |
| C. | both class & typename |
| D. | function |
| Answer» B. typename | |