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 the difference between reference and pointer?
Give 10 points of differences between C & C++.
What is the two main roles of operating system?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is meant by iomanip in c++?
Specify some guidelines that should be followed while overloading operators?
what is pre-processor in C++?
How do you declare A pointer to a function which receives nothing and returns nothing
How would you use qsort() function to sort an array of structures?
What is the difference between c++ and turbo c++?
Why pointer is used in c++?
How can you specify a class in C++?
How do I exit turbo c++?
Explain the advantages of using friend classes.