Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'scanf'

2077594 - Scanf Test: glibc scanf
  1. #include<stdio.h>
  2.  
  3. int main(){
  4.     char test1[60],test2[60];
  5.     int ret1,ret2;
  6.     printf("Enter the first string:\n");
  7.     ret1=scanf("%10s", test1);
  8.     printf("Enter the second string:\n");
  9.  
2077593 - Scanf Test: glibc scanf
  1. #include<stdio.h>
  2.  
  3. int main(){
  4.     char test1[60],test2[60];
  5.     int ret1,ret2;
  6.     printf("Enter the first string:\n");
  7.     ret1=scanf("%10s", test1);
  8.     printf("Enter the second string:\n");
  9.  
2077592 - Scanf Test: glibc scanf
  1. #include<stdio.h>
  2.  
  3. int main(){
  4.     char test1[60],test2[60];
  5.     int ret1,ret2;
  6.     printf("Enter the first string:\n");
  7.     ret1=scanf("%10s", test1);
  8.     printf("Enter the second string:\n");
  9.  
fantasy-obligation