We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 }}