what is an array

Answer Posted / jyoti

An Array is a Drived data type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I manipulate strings of multibyte characters?

643


Write a C program to count the number of email on text

1422


Can we declare variables anywhere in c?

583


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

677


how can I convert a string to a number?

601






can we implement multi-threads in c.

672


Why c is a mother language?

560


Is struct oop?

588


Lists the benefits of c programming language?

601


What are the salient features of c languages?

627


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

691


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1129


How can I delete a file?

633


What does volatile do?

571


What are loops c?

620