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 is #include c++?
Describe private, protected and public – the differences and give examples.
Is there a sort function in c++?
What is an inclusion guard?
What is a multimap c++?
Do you know what are static and dynamic type checking?
How would you implement a substr() function that extracts a sub string from a given string?
How are virtual functions implemented in c++?
What are vtable and vptr?
What is c++ best used for?
Program to check whether a word is a sub-string or not of a string typed
How many standards of c++ are there?
What is c++ mutable?
Explain the concept of friend function in c++?
Explain the difference between c++ and java.