what is an array

Answer Posted / shankar

An Array is nothing but a collection of homogenous data of
fixed type.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program using display() function which takes two arguments.

702


Can we use pointers in c++?

696


Explain one method to process an entire string as one unit?

1089


What do you mean by persistent and non persistent objects?

874


What is the advantage of c++ over c?

652






How does code-bloating occur in c++?

836


What are the two shift operators and what are their functions?

668


What is the purpose of templates in c++?

658


What is the exit function in c++?

629


Explain how the virtual base class is different from the conventional base classes of the opps.

794


What are the new features that iso/ansi c++ has added to original c++ specifications?

678


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

697


Why do we use iterators?

720


How many characters are recognized by ANSI C++?

1016


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2339