What is called array?



What is called array?..

Answer / Pratap Singh Chauhan

"An array in C++ is a collection of elements of the same data type stored at contiguous memory locations. Elements can be accessed using an index."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Name the debugging methods that are used to solve problems?

1 Answers  


How one would use switch in a program?

1 Answers  


Why is it called c++?

1 Answers  


What character terminates all character array strings a) b) . c) END

0 Answers  


What is guard code in c++?

1 Answers  


What is the need of a destructor?

1 Answers  


Differentiate between declaration and definition.

1 Answers  


write a program to insert an element into an array

26 Answers   TCS,


What do you mean by call by value and call by reference?

4 Answers  


What is c++ try block?

1 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


what is pre-processor in C++?

1 Answers  


Categories