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

How a new element can be added or pushed in a stack?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

0 Answers  


Why do we use vector in c++?

0 Answers  


Write a program to interchange 2 variables without using the third one.

0 Answers  


What is static function and static class?

4 Answers   HCL,


What is the header file for setw?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


What is iterator in c++?

0 Answers  


Should the this pointer can be used in the constructor?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


Categories