Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
fibonacci 1
Largest and Second Largest number in an array
Time Stamp
A_141124Burbuja
Hello world.c
C list
shapes and such
Galgotia university
A_141128_MatricesProducto
iplk
Please log in to post a comment.