// Simple if statement #include <stdio.h> int main() { int x; printf( " Enter a number ::: " ); scanf( "%d", &x ); if( x > 100 ) { printf( "\n Number is greater than 100." ); } return 0; }Note: Click on copy button to copy the given code and you can paste it in any online compiler to see the result, IF YOU ARE A MOBILE USER THEN DOWNLOAD "CODING C"(Free App) COMPILER FROM GOOGLE PLAY STORE.