Advertisement
Xioth

C - TP1 - Enoncé 1

Jan 17th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.     if(sizeof(int) < -1)
  6.         printf("Bizarre, bizarre ...\n");
  7.     else
  8.         printf("Tout semble normal\n");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement