πŸ“Š C Programming
Q. Which of the following is a correct way to define a struct?
  • (A) struct A { int x; }
  • (B) structure A { int x; }
  • (C) class A { int x; }
  • (D) define A { int x; }
πŸ’¬ Discuss
βœ… Correct Answer: (A) struct A { int x; }

Explanation: 'struct' is used to define structures in C.

Explanation by: Mr. Dubey
'struct' is used to define structures in C.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate