Answer:
After the right brace and before semicolon
Step-by-step explanation:
Example of structure is given below:
Struct Structurename {
Int var 1;
float var 2;
} Mem 1, mem2 ; <--- These two are defined as after braces and before semicolon are called structure variable.