#include void main() { int n; printf("\n Enter n: "); scanf("%d", &n); if(n>100) printf("%d is bigger than 100\n", n); }