where do we use structure pointer?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c definition?

973


What is bin sh c?

797


Write a program to print numbers from 1 to 100 without using loop in c?

882


What is %s and %d in c?

778


What are volatile variables in c?

723


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2453


Explain what is the difference between functions abs() and fabs()?

871


How we can insert comments in a c program?

876


In c language can we compile a program without main() function?

863


What are multibyte characters?

875


What is fflush() function?

902


Why flag is used in c?

885


What is pass by value in c?

815


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

810


What is the difference between array and linked list in c?

884