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
How do you add an element to a set in c++?
What are keywords in c++?
What is the difference between a baller and a reference in C++?
Explain about Garbage Collector?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the use of endl in c++?
How many static variables are created if you put one static member into a template class definition?
Is c++ low level?
Do you know about latest advancements in C++ ?
What is the difference between delegation and implemented-in-terms-of?
What is decltype c++?
How do you print a string on the printer?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Can you please explain the difference between overloading and overriding?
What is a string example?