Answer Posted / swamy s t
Array is a set of elements with homogeneous(same) data
type ,that stores elements consecutivly in memory location
and access of array elements is depending on the position
of elements in the array.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is do..while loops structure?
What happens when you make call 'delete this;'?
How much is c++ certification?
Which function cannot be overloaded c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is isdigit c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Define whitespace in C++.
Explain method of creating object in C++ ?
What is the best way to declare and define global variables?
What is code reusability in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Explain deep copy?
what are the characteristics of Class Members in C++?
What is runtime polymorphism in c++?