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


Please Help Members By Posting Answers For Below Questions

How can you determine the size of an allocated portion of memory?

738


Is c still used?

602


int far *near * p; means

3119


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

561


Do pointers need to be initialized?

558






Explain what is the difference between the expression '++a' and 'a++'?

625


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

730


Can you write the algorithm for Queue?

1549


What are operators in c?

581


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1212


What is the explanation for the dangling pointer in c?

673


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

608


What is sizeof int?

631


What is the difference between formatted&unformatted i/o functions?

614


What is meant by type specifiers?

660