Structures
a collection of values of different data typ
EXAMPLE
For a student store the following :
name (String)
, Syntax
struct student { s
char name[100]; s
int roll;
float cgpa;
};
a collection of values of different data typ
EXAMPLE
For a student store the following :
name (String)
, Syntax
struct student { s
char name[100]; s
int roll;
float cgpa;
};