InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following is used for comments in C++?(a) // comment(b) /* comment */(c) both // comment or /* comment */(d) // comment */This ia very basic question but worth mentioning.It is from Basics Concepts of C++ |
|
Answer» Right answer is (C) both // comment or /* comment */ |
|