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
Explain the difference between malloc() and calloc() in c?
What is new line escape sequence?
Explain high-order bytes.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain what is the general form of a c program?
What is the significance of c program algorithms?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What does s c mean on snapchat?
What are runtime error?
What is difference between structure and union?
write a c program for swapping two strings using pointer
Explain low-order bytes.
to find the closest pair
Why is c so important?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration