#include <stdio.h>#include <string.h> int main(void) { int a = 0; memset(&a,1,4); printf("Value: %i",a); return 0;}
Standard input is empty
Value: 16843009
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!