inhuman_Arif

HW-01 again

Feb 2nd, 2020
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #include <stdio.h>
  2. void main()
  3. {
  4.     printf("Student Information\n\n");
  5.     printf("Name    : Ariful Hoque\n");
  6.     printf("ID      : 201-15-13793\n");
  7.     printf("Section : A\n");
  8.     printf("Batch   : CSE 55\n");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment