InterviewSolution
Saved Bookmarks
| 1. |
Which header file is used with input and output operations of C in C++?(a) stdio.h(b) cstdio(c) iostream(d) streamioI got this question during a job interview.This interesting question is from C Input Output topic in section Strings, Streams & Numerics in C++ of C++ |
|
Answer» Right option is (B) cstdio |
|