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 a rvalue?
What is the difference between arrays and pointers?
What math functions are available for integers? For floating point?
What are the rules for the identifier?
What are the valid places to have keyword “break”?
Can we access array using pointer in c language?
Disadvantages of C language.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
List some of the dynamic data structures in C?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What do you know about the use of bit field?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How can you increase the allowable number of simultaneously open files?
Is array name a pointer?
what is the difference between 123 and 0123 in c?