Facebook
From biplob ahmed, 1 Month ago, written in C.
Embed
Download Paste or View Raw
Hits: 132
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     printf("Name: Biplob Ahmed\n");
  5.     printf("Address: Uttara,Dhaka\n");
  6.     printf("College name: Uttara University\n");
  7.     printf("GPA: 3.63\n");
  8.     printf("Email: [email protected]\n");
  9.     printf("Phone Number: +880 18599-7657\n");
  10.  
  11.     return 0;
  12. }