Advertisement
dllbridge

Untitled

Oct 20th, 2020
2,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1.  
  2.  
  3. #include <stdio.h>
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. /////////////////////////////////////////////////
  11. int main()                                     //  
  12. {
  13.    
  14.     printf("Central Processor Unit \n");
  15.    
  16.    
  17.     int n;
  18.     scanf("%d", &n);
  19.    
  20. }
  21.  
  22.  
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement