User profile: saiganu

User info
User name:saiganu
History
Joined:
Number of posts:1
Latest posts:

String Scanning
#include<stdio.h> #include<stdlib.h> #include<string.h> struct student { char name[50]; ...