What is #include iostream in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why c++ is created?
What is static function and static class?
Write a program to show polymorphism in C++?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
What are the different operators in C++?
List the merits and demerits of declaring a nested class in C++?
Define upcasting.
What happens when the extern "c" char func (char*,waste) executes?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
Differentiate between late binding and early binding.
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
Find the second maximum in an array?