give the structure tag, and each of the member names.
In the structure definition
```
struct StudentRecord
{
int studentID;
char grade;
}
```
The structure tag is StudentRecord. The structure member names and types are studentID of type int, and grade, of type char.
You might also like to view...
The linker links:
a. The source code with the object code. b. The object code with the libraries. c. The executable code with primary memory. d. The primary memory with the CPU.
Select the term below which is a protocol that provides a method for software components to communicate, interact, and share data.
a. JavaScript b. Application Programming Interface c. Java d. Canvas
A single space followed by a single ________ as the last character in a line of code is used as a line continuation character
A) forward slash B) underscore C) ampersand D) hyphen
When Word 2013 is started, a blank document is automatically opened
Indicate whether the statement is true or false