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
What is encapsulation in C++? Give an example.
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Explain binary search.
Should a constructor be public or private?
What is java and c++?
How many types of classes are there in c++?
What are the two main components of c++?
What is purpose of abstract class?
What is lvalue?
Describe friend function & its advantages.
What does return 0 do in c++?
Is c++ still in demand?
Define anonymous class.
What is a try block?
How would you use qsort() function to sort an array of structures?