what is Array?

Answer Posted / lakshmi

it is a grouped item of consequitive memory elements with
similar type of values.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should the volatile modifier be used?

675


What is the difference between break and continue?

602


What is null pointer in c?

587


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

717


What is the significance of c program algorithms?

676






c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

606


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2330


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2225


Is boolean a datatype in c?

539


What is the use of sizeof () in c?

553


What is void c?

560


What is meant by keywords in c?

610


What is malloc return c?

594


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

661


Are the outer parentheses in return statements really optional?

570