Why do we need function?
No Answer is Posted For this Question
Be the First to Post Answer
What operators can you overload in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What does it mean to declare a member function as virtual?
What are the different types of polymorphism in c++?
What is singleton class in c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What does namespace mean in c++?
What is an Object/Instance?
What is a breakpoint?
Write syntax to define friend functions in C++.
what are difference between c and c++?
What is a local variable?