answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What was the Advantage of arrays in c language with example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language


What is the advantage of a translator that is source to source compiler with C as target language?

For example, if you don't have a FooBar-language compiler, but have a FooBar-to-C translator, then you still can use FooBar-language programs.


What are the data type in c language?

Some of them are: 1. char, short, int, long, float, double 2. pointers to these 3. arrays of these 4. arrays of pointers 5. pointers to arrays ...


How can you do the same thing as the program below but using strings and arrays in C language?

Program below?!


What is the purpose of using arrays in C language?

The purpose of using arrays in C is to store multiple values in one variable. Then you can make programs that use arrays like lists, printing values from multiple arrays into one line. It take memory in continues block then we can know memory location easily. We can retrieve data quickly.


Do you have pointer concept in c plus plus language?

Yes. All string variables are pointers as are other arrays.


Advantage of c language?

You can write computer-programs in it.


What is the required syntax for creating C arrays?

The required syntax for creating C arrays include the brackets, array size, variety length arrays, codes like std:vector, classPTR, and many more to create C arrays.


What are the basic parts of the c language?

That would include header files, data types, loops, functions, pointers, arrays


What is the source code for attendance record system in c language using pointers functions arrays whichever required?

bmbmbvjmgjmgj


How do you declare and initialize constant arrays?

example in C: const int a [] = {10, 20, 40, 80};


Example of a programming language?

C, C++, Java, C-Sharp