Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4.  
  5. #include "fajl1.h"
  6.  
  7. int main()
  8. {
  9. long matrikel;
  10.  
  11. printf("matrikel: \n");
  12. scanf("%ld", &matrikel);
  13.  
  14. printf("************************\n");
  15. printf("* Programieren 1 *\n");
  16. printf("* *\n");
  17. printf("* Ajsa, Kovacevic *\n");
  18. printf("* %0*ld *\n", matrikel);
  19. printf("* 21.10.1996 *\n");
  20. printf("************************\n");
  21. #if 0
  22. printf("Hoehe: %g", hoehe);
  23. #endif // 0
  24. return 0;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement