InterviewSolution
Saved Bookmarks
| 1. |
Choose the correct statement.(a) Expressions evaluated at compile time(b) String constants concatenated at compile time(c) None of the mentioned(d) Both of the mentioned |
|
Answer» The correct answer is (d) Both of the mentioned Easiest explanation: The statements are true. |
|