Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- void main()
- {
- printf("Student Information\n\n");
- printf("Name : Ariful Hoque\n");
- printf("ID : 201-15-13793\n");
- printf("Section : A\n");
- printf("Batch : CSE 55\n");
- }
Advertisement
Add Comment
Please, Sign In to add comment