Answer Posted / reshma
Bjarne Stroustrup
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Write a code/algo to find the frequency of each element in an array?
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain the difference between realloc() and free() in c++?
What's the hardest coding language?
Is c++ a programming language?
What is a static element?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
How to declaring variables in c++?
Do you know what are static and dynamic type checking?
What is class and structure in c++?
What is function prototyping? What are its advantages?
What are static and dynamic type checking?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Distinguish between new and malloc and delete and free().