Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Type struct
#include <stdio.h> typedef struct { int dia; int mes; } tipoFecha; typedef struct { char nombre[20]; tipoFecha fechaNac; } cumpleAmigos; int main() { cumpleAmigos amiga = {"Silvana",{16,6}}; printf("Cumpleaños de %s es %d/%d\n",amiga.nombre,amiga.fechaNac.dia,amiga .fechaNac.mes); cumpleAmigos *ptr; ptr = &amiga; printf("Cumpleaños de %s es %d/%d\n",ptr->nombre,ptr->fechaNac.dia,ptr->fechaNac.mes); return 0; }
run
|
edit
|
history
|
help
0
left significant peace as unison real manual user
ATM
1
thread SleepWakeup and mutex
a3
pattern 17
first C code
Pattern 13
18BCE2182 ASSESS_2 Q1
Rationale Zahlen