Advertisement
Sabbir-bin

CK_01

Feb 2nd, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.   printf("\tStudent  Information\n\n");
  5.   printf("\tName : Sabbir Ahmed\n\tID : 192-35-2820\n\tSection : E\n");
  6.   printf("\tBatch : SWE 29");
  7.   printf("\n\n");
  8.   return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement