Computer Science, asked by HigherAchiever, 3 months ago

3. Which of the following is the properly defined
structure?
a) struct {int num;}
b) struct sum{int num;}
c) struct sum int sum;
d) struct sum {int num;};
From Topic: Array And Structures of C++​

Answers

Answered by mayurikajuthu
0

The a_struct is declared as structure name and its data element is a.

Subject: C++ - Technology

Similar questions