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
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
In a switch statement, what will happen if a break statement is omitted?
What is difference between structure and union in c programming?
What is wrong with this program statement?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
write a program to rearrange the array such way that all even elements should come first and next come odd
What does static variable mean in c?
Why main function is special give two reasons?
What is main () in c?
What are the two types of functions in c?
What is the purpose of void pointer?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is a buffer in c?
What is a sequential access file?
Why we use stdio h in c?