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 expression parser in c++

0 Answers   Mphasis,


What is an adaptor class or wrapper class in c++?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


Difference between Operator overloading and Functional overloading?

10 Answers   HP,


What are 2 ways of exporting a function from a dll?

0 Answers  






Define a pointer to a data member of the type pointer to pointer?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


Can you declare an array without a size in c++?

0 Answers  


How do pointers work?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


What are member functions used in c++?

0 Answers  


Categories