Ask Question

Structure variable declarations can be incorporated into a structure definition by placing a comma-separated list of variable names: After struct StructureName and before the left brace. After the left brace and before the member declarations. After the member declarations and before the right brace. After the right brace and before the semicolon.

+3
Answers (2)
  1. 5 June, 17:31
    0
    After the right brace and before semicolon

    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.
  2. 5 June, 17:43
    0
    Answer:who created these questions
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Structure variable declarations can be incorporated into a structure definition by placing a comma-separated list of variable names: After ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers