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
What are keywords in c++?
How did c++ start?
What are separators in c++?
What is dynamic and static typing?
Write about the retrieval of n number of objects during the process of delete[]p?
If I is an integer variable, which is faster ++i or i++?
What is the role of copy constructor in copying of thrown objects?
How does a copy constructor differs from an overloaded assignment operator?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Do inline functions improve performance?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Define macro.
What are the uses of typedef in a program?
What is time h in c++?
Can I uninstall microsoft c++ redistributable?