what is difference between array and structure?

Answer Posted / priya

Array have same data type and static memory allocation....
Structure have different data type and dynamic memory
allocation

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between functions getch() and getche().

620


What is 1d array in c?

600


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

732


What is the difference between scanf and fscanf?

664


What language is windows 1.0 written?

573






How do you use a 'Local Block'?

720


can anyone suggest some site name..where i can get some good data structure puzzles???

1643


If you know then define #pragma?

674


What is a function simple definition?

618


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2401


What is a structural principle?

640


What does c mean in standard form?

597


Why is c called a structured programming language?

675


What's the difference between constant char *p and char * constant p?

653


Explain pointers in c programming?

632