Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
structure1
#include<stdio.h> struct student { int roll; char name[10] ; } stu = {42,"MAHIPAL"}; int main(void) { printf("Roll is %d\n\t",stu.roll); printf("\nName is %s",stu.name); }
run
|
edit
|
history
|
help
0
htabprepa
mod 4
FunPointBreakfast
Ultimo avance de pregunta 1 guía4
my first matrix addition
Working except for the thread part. LUL
Array Incrementing by 1
Poiter minus
strcpy template
Null deref