can we declare a array as, int arre[x];
and assign the value of x as,x=5;
but error is coming "constant expression required."
Any help?
i wanted to input series of marks,first you should enter how many subjects(if 5 subs,x=5)
then you can enter 5 marks.