fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("First line : Name\n");
  5. printf("Second line : Diir No, Street\n");
  6. printf("----------------------------------------------\n");
  7. printf("Third line : City, Pin code\n");
  8.  
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 4488KB
stdin
Standard input is empty
stdout
First line          :          Name
Second line         :          Diir No, Street
----------------------------------------------
Third line          :          City, Pin code