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 are variables c?

0 Answers  


What is assert and when would I use it?

0 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


How can you pass an array to a function by value?

0 Answers  


What is c system32 taskhostw exe?

0 Answers  






how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


What is the difference between volatile and const volatile?

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


Categories