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
PuntosTriangulo
pattern 17
strend
CpointfunProd
Official Hello world
summing long int
25/11/2021
Binary to Integer (C)
GPS Logger || how much %
B_141107_Factorial