what is array?

Answer Posted / shubham

In short we can say that
Array is a single variable in
which multiple values of
same type can be stored.
Elements of Array share
single name.
Eg: int a[2];
here a is a variable in which
two elements of type int are
stored.

http://
studytipsandtricks.blogspot.in

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one provide me the notes of data structure for ignou cs-62 paper

1700


What does the error message "DGROUP exceeds 64K" mean?

725


What is union in c?

630


What are register variables? What are the advantage of using register variables?

678


What is pass by reference in c?

607






What's the right way to use errno?

619


In a switch statement, explain what will happen if a break statement is omitted?

632


How do you define a function?

579


What is the difference between exit() and _exit() function in c?

578


What do mean by network ?

657


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1414


Write programs for String Reversal & Palindrome check

594


What is wrong with this statement? Myname = 'robin';

816


How do I send escape sequences to control a terminal or other device?

608


What is merge sort in c?

640