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 a v-table?

0 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


Is there a sort function in c++?

0 Answers  


Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,


What is vector pair in c++?

0 Answers  






You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


Can I run c program in turbo c++?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What is endianness?

0 Answers  


When is a template better solution than a base class??

2 Answers   emc2,


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


Categories