what is array?

Answer Posted / nitesh pawar

Array means in short Array is group of variable which
having same name same data types but having differnt values

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between new and malloc functions?

574


What is the scope of static variable in c?

533


What will the preprocessor do for a program?

587


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2513


What are the advantages of union?

624






What is the difference between declaring a variable by constant keyword and #define ing that variable?

2696


How will you declare an array of three function pointers where each function receives two ints and returns a float?

776


What are type modifiers in c?

620


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1647


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1249


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1198


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

667


Is main is user defined function?

593


What is hashing in c language?

612


What is c language & why it is used?

575