Advertisement
kamandos

HomeWork3

Jul 10th, 2022
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5.     int  i = 12345678;
  6.     int  g = 123;
  7.     int  t = 56789;
  8.     printf("Value of c = %8d\nd%8\dn%6\n",i,g,t);
  9.  
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement