What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / techmaniac
in c by default structure mem is private while in c++ is public
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Is C++ case sensitive a) False b) Depends on implementation c) True
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
which operator is used for performing an exponential operation a) > b) ^ c) none
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 are the manipulators in c++?
Is it possible to write a c++ template to check for a function's existence?
What is the most useful programming language?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is function overriding in c++?
What are the advantages of pointers?
Name four predefined macros.
What is the fastest c++ compiler?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Explain about Virtual Function in C++?
What sorting algorithm does c++ use?