Had tried that too. It doesn't work.So arrays over 4 elements don't work. Pointers don't work. Something to do with data allocation...?
void main(){ char x; //some code if(x>0) { //some code }}