Answer Posted / aboelella
-Arrays are containers holding same data type
-Represented in memory as a sequence of elements
-Accessed through index of based zero
-It eleminates the need of defining variables with the
length of the array
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Is c# written in c++?
What is a tree in c++?
What are the stages in the development cycle?
Why is c++ difficult?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
Is there a sort function in c++?
What is the difference between the functions memmove() and memcpy()?
Why c++ is so important?
Which is the best c++ compiler for beginners?
How to declare a pointer to an array of integers?
Is c++ the best programming language?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Is java easier than c++?
Why do we need runtime polymorphism in c++?