fork download
  1. #include<stdio.h>
  2. int main () {
  3. int i,n;
  4. char a[50];
  5. char b[50];
  6. for(i=0;i<n;i++){
  7. printf("enter name 1 :");
  8. scanf("%s",&a[50]);
  9. }
  10. }
Success #stdin #stdout 0s 5260KB
stdin
 
stdout
Standard output is empty