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
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
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.
Why double pointer is used in c?
What is c language and why we use it?
Explain 'bit masking'?
What is return type in c?
#include
Why is it important to memset a variable, immediately after allocating memory to it ?
What is linear search?
Why is structure important for a child?
Explain the difference between exit() and _exit() function?
What is the function of volatile in c language?
Process by which one bit pattern in to another by bit wise operation is?
What oops means?
What will be the outcome of the following conditional statement if the value of variable s is 10?