#include <stdio.h> int main() { scanf("%d"); int a; printf("Value of a : %d\n", a); return 0;}
256
Value of a : 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!