Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Project 5 v.02
//gcc 5.4.0 #include <stdio.h> #include <string.h> typedef struct{ char firstname[20]; char lastname[20]; }name typedef struct{ char student_ID[10]; name studentname; char Grade; char Major[10]; }record; int main(void) { record records[10]; records[0].student_ID=1001; strcpy(records[0].studentname.firstname,"Clock"); strcpy(records[0].studentname.lastname,"Explosion"); strcpy(records[0].Grade,"A"); }
run
|
edit
|
history
|
help
0
Lab 9 v0.8
SOLUCION USANDO UN CICLO Y PUNTERO
No Pyramid toggle
Print hostname
Generic Singly Linked List
problem5 review fundamentos
Access the structure variable
PointerFunct
Lab 11
A_141124Burbuja