what is difference between array and structure?

Answer Posted / adilakshmi

Array elements are homogeneous type.
Structure elements are different data type.
Array is the pointer to the first element.
Structure is not a pointer.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to establish connection with oracle database software from c language?

1675


What is the meaning of typedef struct in c?

594


Explain what is meant by high-order and low-order bytes?

633


How can my program discover the complete pathname to the executable from which it was invoked?

660


Write a program to find the biggest number of three numbers in c?

588






How many types of errors are there in c language? Explain

568


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

760


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5795


Is fortran faster than c?

579


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1768


Explain null pointer.

619


Explain what are preprocessor directives?

626


Suggesting that there can be 62 seconds in a minute?

594


What is atoi and atof in c?

616


What is the use of typedef in c?

583