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
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Explain method of creating object in C++ ?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Explain the isa and hasa class relationships. How would you implement each?
Is java a c++?
What is the basic of c++?
What is a node class in c++?
How can you quickly find the number of elements stored in a dynamic array?
Write a program to show polymorphism in C++?
What is array in c++ pdf?
Why are pointers used?
Explain the different access specifiers for the class member in c++.
Do the parentheses after the type name make a difference with new?
Is the declaration of a class its interface or its implementation?