— Yes but compiler decide order
— In this case the order doesn't matter
— Because std not declare order
— I do not write the code like this anyways, I'm a sane person
— A=1;
foo(++a,a++);
left to right:
foo(2,2);
Right to left
foo(3,1);
— Pls fix this problem of code....
int Value(int int)
void main()
int x=7;
int y=4;
Float Area;
float value()
float value(int a,int b)
Area=A*A
..
..
Message permanent page
— For starters you have no curly brackets