Advertisement
aiNayan

Task8

Aug 17th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.    int a,b;
  5.    printf("Inpur the value of a & b: ");
  6.    scanf("%d%d", &a,&b);
  7.    printf("a= %d",b );
  8.    printf("\nb= %d",a );
  9.    return 0;
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement