I\'m trying to run a very simple bit of code in C
#include int main() { a = 10; printf(a); return 0; }
but when I run the code