Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lab 11
#include<stdio.h> struct studentType { int id; char name[20]; float per; } st; int main() { st stringStudent[*ptr] printf("Enter the info of student"); printf("\n=======================\n"); printf("id:"); scanf("%d:",&st.id); printf("name :"); scanf("%s :",&st.name); printf("per :"); scanf("%f :",&st.per); printf("\n id is: %d \n",st.id ) ; printf("\n name is: %s \n",st.name ) ; printf("\n per is: %1f \n",st.per ) ; return 0; }
run
|
edit
|
history
|
help
0
Linked List
Undefined behavior
cstructCensus
A_141205_CADENAS
ex1
18BCE2182 ASSESS_1 Q1-9
Card shuffling and dealing program using structures
Print Micro Seconds
variable number of arguments 3
Kous