what is difference between array and structure?
Answer Posted / viji
array is the collection of same data items are declare under
common name
structure is the collection of different data items are
declare under different name which are accessed under common
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we replace the struct function in tree syntax with a union?
What does the format %10.2 mean when included in a printf statement?
plz let me know how to become a telecom protocol tester. thank you.
Does c have class?
What is union and structure?
what is the significance of static storage class specifier?
What are the disadvantages of c language?
What is chain pointer in c?
What is the difference between malloc() and calloc() function in c language?
How can I write a function analogous to scanf?
Is file a keyword in c?
Can include files be nested? How many levels deep can include files be nested?
what is the diffrenet bettwen HTTP and internet protocol
How do you define a string?
Can you think of a logic behind the game minesweeper.