C054Structures • Definition
Most ImportantEasy
Q1.Which keyword is used to define a structure in C?
A
struct
Correct answer
B
structure
C
class
D
record
Correct answers are highlighted in green
struct student s[10]; declare?-> is used to access structure members through a:for a structure is allocated when: