πŸ“Š C Programming
Q. How is a structure defined in C?
  • (A) struct { int x; };
  • (B) structure { int x; };
  • (C) define struct x;
  • (D) typedef int x;
πŸ’¬ Discuss
βœ… Correct Answer: (A) struct { int x; };

Explanation: A structure is defined using the struct keyword.

Explanation by: Mr. Dubey
A structure is defined using the struct keyword.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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