Why do we need function?
No Answer is Posted For this Question
Be the First to Post Answer
What is type of 'this' pointer? Explain when it is get created?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Who discovered c++?
What is the difference between stack and heap memory?
Can a list of string be stored within a two dimensional array?
Where can I run c++ program?
What is the c++ programming language used for?
Can we change the basic meaning of an operator in c++?
What does std mean in c++?
If a header file is included twice by mistake in the program, will it give any error?
What is the standard template library (stl)?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?