C Słowo kluczowe typedef
struct Distance{
int feet;
float inch;
};
int main() {
struct Distance d1, d2;
}
SAMER SAEID
struct Distance{
int feet;
float inch;
};
int main() {
struct Distance d1, d2;
}