#include <stdio.h>#include <limits.h> int main() { printf("Storage size for int : %d \n", sizeof(int)); return 0;}
Standard input is empty
Storage size for int : 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!