C Language - Structures,Unions
You Are Here :: Home > C Language > Structures,Unions General Questions
1. | The makeup of a structure is indicated by a |
|||||||
|
2. | The setting up of variables of a particular structure type is called a ____
|
|||||||
|
3. | The ______ of a struct is the name of a data type which can now be used to declare variables of that type. |
|||||||
|
4. | What happens when a structure tag is defined externally? |
|||||||
|
5. | When we refer to a structure data type we must precede it with the keyword |
|||||||
|
6. | If the tag in a struct definition is omitted, what happens? |
|||||||
|
1
2
3
4
5
6
7
8
9
...next »