What are manipulators used for?
No Answer is Posted For this Question
Be the First to Post Answer
I need to find a specific string between two strings how do I do it?
Define pure virtual function?
Does std endl flush?
How are pointers type-cast?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What are the five basic elements of a c++ program?
Can a constructor return a value?
Why can’t you call invariants() as the first line of your constructor?
What is virtual function? Explain with an example
Why is c++ still popular?
What is the difference between passing by reference and passing a reference?
What data encapsulation is in c++?