InterviewSolution
Saved Bookmarks
| 1. |
Write the declaration syntax for a structure variable. |
|
Answer» The general syntax for declaration of structure variable is Structurename variable; |
|