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 difference between c++ and c ++ 14?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What are the comments in c++?
Describe private, protected and public – the differences and give examples.
To which numbering system can the binary number 1101100100111100 be easily converted to?
Explain the static storage classes in c++.
What are the two types of comments, and how do they differ?
What is setbase c++?
Can we declare a base-class destructor as virtual?
What is c++ and its uses?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What apps are written in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
What is the c++ code?
What is a singleton class c++?