what is difference between array and structure?

Answer Posted / hfghfgh

Array is Spelled Array

While Structure is spelled Structure.

Is This Answer Correct ?    19 Yes 75 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

774


Can you pass an entire structure to functions?

687


What is #include conio h?

586


Is c still relevant?

633


What is the difference between struct and union in C?

564






What functions are in conio h?

649


what does static variable mean?

643


Write a program to identify if a given binary tree is balanced or not.

678


In C, What is the #line used for?

1042


I need previous papers of CSC.......plz help out by posting them.......

1809


What is the difference between single charater constant and string constant?

615


how to count no of words,characters,lines in a paragraph.

3895


There seem to be a few missing operators ..

611


Explain what is the benefit of using enum to declare a constant?

580


Why should I prototype a function?

628