what is the use of a array in c

Answer Posted / sameer

to have a collection of similar dta types in one varible

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is variable and explain rules to declare variable in c?

556


Is main is a keyword in c?

611


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1597


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.

1203


How are strings stored in c?

596






What are linker error?

615


what is the format specifier for printing a pointer value?

617


What does the file stdio.h contain?

608


List some applications of c programming language?

553


Explain the advantages of using macro in c language?

583


When should we use pointers in a c program?

634


Why do some versions of toupper act strangely if given an upper-case letter?

635


How do I swap bytes?

633


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

721


What is static identifier?

705