Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. scanf("%s", la);
  2.  
  3. printf("\nEnter the operation ");
  4. fflush(stdin);
  5. operation = getchar();
  6.  
  7. printf("Enter max size of line b ");
  8. scanf("%d", &size_b);
  9.  
  10. lb = new char[size_b];
  11. printf("\nEnter line b = ");
  12. scanf("%s", lb);
  13.  
  14. check_string_operation(in_ty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement