InterviewSolution
Saved Bookmarks
| 1. |
Which is used to get the input during runtime?(a) cout(b) cin(c) coi(d) cinoutI got this question during an online exam.My doubt stems from Input Stream in portion Strings, Streams & Numerics in C++ of C++ |
|
Answer» RIGHT option is (b) cin The EXPLANATION is: cin is MAINLY USED to get the INPUT during the runtime. |
|