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
What is c definition?
What is bin sh c?
Write a program to print numbers from 1 to 100 without using loop in c?
What is %s and %d in c?
What are volatile variables in c?
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
Explain what is the difference between functions abs() and fabs()?
How we can insert comments in a c program?
In c language can we compile a program without main() function?
What are multibyte characters?
What is fflush() function?
Why flag is used in c?
What is pass by value in c?
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?
What is the difference between array and linked list in c?