Answer Posted / saranya
an array is a collection of elements with same data type.
it can also reduce the storage space
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How would you differentiate between a pre and post increment operators while overloading?
What is an inline function in c++?
What is binary object model?
How the programmer of a class should decide whether to declare member function or a friend function?
Can a constructor be private?
Can we distribute function templates and class templates in object libraries?
what do you mean by volatile variable?
Define friend function.
Define the process of error-handling in case of constructor failure?
Explain bubble sorting.
What is operator overloading in c++ example?
Show the application of a dynamic array with the help of an example.
Can you declare an array without a size in c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
What do you mean by enumerated data type?