Q113
Which of the following structure declaration will throw an error?
A.
struct temp{}s;
main(){}
main(){}
B.
struct temp{};
struct temp s;
main(){}
struct temp s;
main(){}
C.
struct temp s;
struct temp{};
main(){}
struct temp{};
main(){}
D.
None of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board