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

find largest of 3 no

8 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


Why dont c comments nest?

0 Answers  


Explain union.

0 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  






Is it better to bitshift a value than to multiply by 2?

0 Answers  


differentiate built-in functions and user – defined functions.

0 Answers  


Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.

3 Answers   SilverKey,


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


What is typedef example?

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


Categories