fork download
  1. #include <stdio.h>
  2.  
  3. int main (){
  4. printf("NAME:TANISHQ ARYA");
  5. printf("\n ADDRESS:MOH - SENAPATH,LALBAGH,DARBHANGA");
  6. printf("\n PIN-846004");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4792KB
stdin
Standard input is empty
stdout
NAME:TANISHQ ARYA
 ADDRESS:MOH - SENAPATH,LALBAGH,DARBHANGA
 PIN-846004