what is the use of a array in c

Answer Posted / shruti

Array is a collection of homogeneous data-types..

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1498


How can you convert integers to binary or hexadecimal?

617


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

670


What is hashing in c?

645


Do you know the difference between malloc() and calloc() function?

616






What are structures and unions? State differencves between them.

619


Process by which one bit pattern in to another by bit wise operation is?

616


Why enum is used in c?

525


while initialization of array why we use a[][2] why not a[2][]...?

1869


What is the difference between fread and fwrite function?

641


What is a macro, and explain how do you use it?

630


Write a program to check armstrong number in c?

636


what are the advantages of a macro over a function?

648


How to explain the final year project as a fresher please answer with sample project

472


Describe how arrays can be passed to a user defined function

785