what is difference between array and structure?

Answer Posted / shruti

Array is a base pointer..
** it points to a particular memory location..

Structure is not a pointer..

Is This Answer Correct ?    209 Yes 50 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2303


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1760


Why double pointer is used in c?

783


What is c language and why we use it?

808


Explain 'bit masking'?

840


What is return type in c?

884


#include { printf("Hello"); } how compile time affects when we add additional header file .

1656


Why is it important to memset a variable, immediately after allocating memory to it ?

1776


What is linear search?

912


Why is structure important for a child?

836


Explain the difference between exit() and _exit() function?

899


What is the function of volatile in c language?

877


Process by which one bit pattern in to another by bit wise operation is?

858


What oops means?

747


What will be the outcome of the following conditional statement if the value of variable s is 10?

1051