what is array?

Answer Posted / niranjan

array is collection of similar types data which always
starts from o

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program on swapping (100, 50)

634


formula to convert 2500mmh2o into m3/hr

493


Can the size of an array be declared at runtime?

603


With the help of using classes, write a program to add two numbers.

615


What are different storage class specifiers in c?

612






What is the use of sizeof?

554


What is else if ladder?

604


How macro execution is faster than function ?

663


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


Explain what is the difference between null and nul?

650


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

660


Mention four important string handling functions in c languages .

620


What is storage class?

654


What is the purpose of the preprocessor directive error?

679


How we can insert comments in a c program?

630