what is difference between array and structure?
Answer Posted / sushil
structure: structure is a collection of variable, reference
under convinent mean of keeping related information.
| Is This Answer Correct ? | 7 Yes | 17 No |
Post New Answer View All Answers
In a byte, what is the maximum decimal number that you can accommodate?
What are bitwise shift operators in c programming?
What is void main () in c?
What is printf () in c?
What is scanf () in c?
How is a structure member accessed?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
while initialization of array why we use a[][2] why not a[2][]...?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Write a program of advanced Fibonacci series.
Explain how can I pad a string to a known length?
What are formal parameters?
What does 1f stand for?
Difference between linking and loading?
What's the total generic pointer type?