What is the use of endl?


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

Post New Answer

More C++ General Interview Questions

What apps are written in c++?

0 Answers  


What is a flag in c++?

0 Answers  


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


What is the best c++ book for beginners?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,






When is the destructor called?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


What is the iunknown interface?

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


What is null pointer and void pointer and what is their use?

0 Answers  


What is the use of setprecision in c++?

0 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


Categories