Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


where do we use structure pointer?



where do we use structure pointer?..

Answer / naveen shukla

we uses structure pointer when we have to point to the whole
object and we can access all the values of the data in the
object.
when we want to keep the reference of the structure variable

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

What is "Duff's Device"?

0 Answers   Celstream,


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


What is advantage of pointer in c?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


What is optimization in c?

0 Answers  


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


How would you rename a function in C?

0 Answers   Tech Mahindra,


write a program to print data of 5 five students with structures?

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


Categories