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
Are bit fields portable?
What is the 'named constructor idiom'?
How to declare a variable?
What is structure padding in c?
What is #line used for?
What is the meaning of c in c language?
How many types of operator or there in c?
When a c file is executed there are many files that are automatically opened what are they files?
is it possible to create your own header files?
What is the advantage of a random access file?
What is modeling?
Explain what are compound statements?
What is selection sort in c?
What is 1d array in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above