Answer Posted / vemana palleboina
Blocked memory.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a friend function in c++?
Explain method of creating object in C++ ?
Define private, protected and public access control.
What are the benefits of c++?
What is c++ and its uses?
Write a program using display() function which takes two arguments.
What is the advantage of an external iterator.
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
How would you call C functions from C++ and vice versa?
To what does “event-driven” refer?
Differentiate between late binding and early binding.
Does improper inheritance have a potential to wreck a project?
Is c++ the most powerful language?
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 is the precedence when there is a global variable and a local variable in the program with the same name?