Answer Posted / nekkanti rajesh
an array is a collection of elements of a single data type
stored in adjacent
<data_type><variable_name>[<dimension_size>];
ex:
int arr[5];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between delete and free.
What is tellg () in c++?
What is a dynamic binding in c++?
What is binary search in c++?
What is a tuple c++?
Do vectors start at 0 c++?
What is a .lib file in c++?
Difference between strdup and strcpy?
What are the comments in c++?
What does catch(…) mean?
Why is polymorphism useful?
Search for: what is pair in c++?
Write about the access privileges in c++ and also mention about its default access level?
What is the difference between ++ count and count ++?
Explain terminate() and unexpected() function?