Report Bug
Qus : In C, a struct is used to group together:
QusIn C, a struct is used to group together:

A. Variables of the same type
B. Variables of the different type
C. Functions and variables
D. Only functions


Solution
B. Variables of the different type






Report Bug