what is difference between array and structure?
Answer Posted / aaa
structure uses keyword struct while declaring,
whereas array doest use any keyword for declaration.
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What does a function declared as pascal do differently?
What is c language & why it is used?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Why do we need arrays in c?
What is the difference between c &c++?
Is there a way to compare two structure variables?
What is modeling?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What are global variables and how do you declare them?
What is size of union in c?
What is const keyword in c?
What are the basic data types associated with c?
Why is sizeof () an operator and not a function?
Does c have function or method?
Why c is called free form language?