MCQ Single Best Answer Not Set

QWhich of the following structure declaration will throw an error?

ID: #2643 Structure in C Language 21,318 views
Question Info
#2643Q ID
Not SetDifficulty
Structure in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A struct temp{}s;
    main(){}
  • B struct temp{};
    struct temp s;
    main(){}
  • C struct temp s;
    struct temp{};
    main(){}
  • D None of the mentioned
Correct Answer: Option D

Explanation

None of the mentioned

Share This Question

Challenge a friend or share with your study group.