Answer Posted / hariharan,k
An Array is set of related data items that shares a common
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c++ so fast?
What is a base class?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is problem with overriding functions?
How to access a variable of the structure?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is endl?
What is binary search in c++?
What do you understand by pure virtual function? Write about its use?
What are structs in c++?
What are static variables?
What is auto used for in c++?
Explain class invariant.
What is a vector c++?
Why is standard template library used?