What is the use of endl in c++ give an example?


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

Post New Answer

More C++ General Interview Questions

What is the purpose of the "delete" operator?

0 Answers  


What is function overloading in C++?

0 Answers  


program explaining feautures of c++

0 Answers   Satyam,


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  






What are friend classes?

0 Answers  


Explain virtual class and friend class.

0 Answers  


What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


What is c++ programming language?

0 Answers  


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


What is a storage class used in c++?

0 Answers  


Categories