what is array?

Answer Posted / gunasekhar

array is an collection of elements with diff data type

Is This Answer Correct ?    67 Yes 111 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is a void pointer used?

673


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2221


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

643


why return type of main is not necessary in linux

1702


Write a c program to demonstrate character and string constants?

1680






How macro execution is faster than function ?

663


Can two or more operators such as and be combined in a single line of program code?

804


What is the difference between near, far and huge pointers?

628


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

744


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

464


What are categories used for in c?

564


What is the purpose of sprintf() function?

598


write a program in c language to print your bio-data on the screen by using functions.

6244


What are the storage classes in C?

620


How to Throw some light on the splay trees?

618