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

Explanation: Input and OUTPUT operations of c can be performed in C++ using the C Standard Input and Output LIBRARY.



Discussion

No Comment Found

Related InterviewSolutions