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 flush a buffer in c++?
Give 10 points of differences between C & C++.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Is c better than c++?
Can you pass a vector to a function?
Where and why do I have to put the "template" and "typename" keywords?
What is the v-ptr?
What is void pointer in c++ with example?
What kind of problems can be solved by a namespace?
Can class objects be passed as function arguments?
Can java be faster than c++?
Explain "const" reference arguments in function?
What is data binding in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.