answersLogoWhite

0

When there is a need of storing a list of same type of large no. of data in linear manner,it is ridiculous to use large no. of different variables.It is more complex also.So in c and c++ array is used.
If the ans helps you,plz increase the trust point.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is an ordered list of data structure using c plus plus?

An ordered list of data in any programming language is simply a sorted array or list. In C++ this can either mean a sorted array, vector, list or forward list.


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


Is it possibly to return an array of strings in a function without using pointers in C plus plus?

No.


How do you draw a pixel of varying intensity on the screen using C Plus Plus?

C++ has nothing to do with pixels. Your question may be related with 'Windows programming' or 'DOS programming' or 'X Window System programming'.


How to write a code for finding sum of left diagonals elements in an array using c plus plus?

truzi i Ghal


In C plus plus is it possible to instantiate an array without specifying a length?

No. You can declare a dynamic array without specifying a length, but in order to physically instantiate (either by using malloc or by using object-oriented construction) you must provide a length.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


Would you Write c plus plus program using array for Fibonacci number?

You can write a C++ fib pro using arrays but the problem is the prog becomes very complicated since u need to pass the next adding value in an array.....


Appending array elements using function in c plus plus programming?

#include<iostream> void append(std::vector<int>& v, int i){ v.push_back(i); } int main() { std::vector<int> v; append( v, 100 ); // same as calling v.push_back(100); return(0); }


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


What is the lowest subscript of an array in c plus plus?

The lowest subscript of an array in C, or C++ is 0.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.