Answer Posted / namita
1-array is the collection of variables of same kind of data
types where as structure is a colection of variables of
different type os data types.
2-Array use index or subscript to access its members where
as structure uses "." operator.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why is c still so popular?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
why do some people write if(0 == x) instead of if(x == 0)?
What’s the special use of UNIONS?
What are conditional operators in C?
Explain argument and its types.
What is a pointer in c plus plus?
What are compound statements?
please explain every phase in the "SDLC" in the dotnet.
What is property type c?
how to write a c program to print list of fruits in alpabetical order?
Which is the best website to learn c programming?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why doesnt this code work?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????