What is endl?


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

Post New Answer

More C++ General Interview Questions

Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Explain "const" reference arguments in function?

0 Answers  


Define private, protected and public access control.

0 Answers  


What is lambda in c++?

0 Answers  


Differentiate between a deep copy and a shallow copy?

1 Answers  






What do you mean by inheritance in c++?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


What is the difference between shallow copy and deep copy?

1 Answers  


Do inline functions improve performance?

0 Answers  


How do you test your code?

4 Answers   Microsoft,


What is the iunknown interface?

0 Answers  


What is implicit conversion/coercion in c++?

1 Answers  


Categories