What is the function of I/O library in C++ ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the five basic elements of a c++ program?

0 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


How can we access protected and private members of a class?

0 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  






What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,


Is java based off c++?

0 Answers  


Which is the best c++ software?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


How to write a program such that it will delete itself after exectution?

3 Answers  


What is an opaque pointer?

1 Answers  


Categories