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
What is an associative container in c++?
What is a down cast?
How do you save a c++ program?
Describe the process of creation and destruction of a derived class object?
What is function prototyping? What are its advantages?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Is eclipse good for c++?
What are enumerations?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Explain the difference between static and dynamic binding of functions?
What are 2 ways of exporting a function from a dll?
Write about the scope resolution operator?
What is the use of setprecision in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
How to declare a function pointer?