what is array?

Answer Posted / abhi

array is such static collection of data which store data
member of same datatype

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

642


What is difference between far and near pointers?

612


What does int main () mean?

551


In C language, a variable name cannot contain?

745


Write a program to identify if a given binary tree is balanced or not.

684






What is an endless loop?

804


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

740


pierrot's divisor program using c or c++ code

1732


Give differences between - new and malloc() , delete and free() ?

612


Explain what is the general form of a c program?

624


When should a far pointer be used?

604


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

602


Which node is more powerful and can handle local information processing or graphics processing?

829


explain how do you use macro?

667


Why do we use int main instead of void main in c?

621