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 ios flag in c++?
What are abstract data types in c++?
Which one between if-else and switch is more efficient?
Do class declarations end with a semicolon? Do class method definitions?
Refer to a name of class or function that is defined within a namespace?
What is an html tag?
Why is c++ still used?
What is split a string in c++?
What are mutator methods in c++?
Is dev c++ free?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Can comments be nested?
What are shallow and deep copies?
Can turbo c++ run c program?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.