what is difference between array and structure?

Answer Posted / manish

array is a similar type of data but structure are collection of any type of data
array alway start with 0
e.g.a[5]
in this array 6 element
structure has no diffination
it is a collection of n num any data type

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the heap in c?

641


What is hungarian notation? Is it worthwhile?

695


When should the register modifier be used? Does it really help?

612


What do mean by network ?

659


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1517






What are void pointers in c?

574


Is c is a procedural language?

599


write a program to find the given number is prime or not

3843


What does the function toupper() do?

654


diff between exptected result and requirement?

1592


What type of function is main ()?

585


largest Of three Number using without if condition?

1005


How do you define a string?

654


What are structures and unions? State differencves between them.

615


What is the difference between a free-standing and a hosted environment?

640