How can you quickly find the number of elements stored in a
a) static array b) dynamic array ?
Answer Posted / guest
static array
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
When to use “const” reference arguments in a function?
what is the difference between overloading & overriding? give example.
What is pointer in c++ with example?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are default parameters? How are they evaluated in c++ function?
Explain the operation of overloading of an assignment operator.
Can we declare a base-class destructor as virtual?
What is a breakpoint?
Write a program to interchange 2 variables without using the third one.
What is new in c++?
What is binary search in c++?
What is c++ stringstream?
What are the advantages of using pointers in a program?
Can a program run without main function?
What is c++ prototype?