vead
Full Member level 5
Hello
I wrote program to find largest of three numbers. I am using gcc compiler. When I was compiling first time it was showing some result but again when I tried to complies same program it showing error. Now I don't why it's happening. what's wrong in program or compiler ?
Program
Error
I wrote program to find largest of three numbers. I am using gcc compiler. When I was compiling first time it was showing some result but again when I tried to complies same program it showing error. Now I don't why it's happening. what's wrong in program or compiler ?
Program
Error
hello.c:16:6: error: stray '\240' in program
A A A A A A A A max = c;
^
hello.c:16:7: error: stray '\302' in program
A A A A A A A A max = c;
^
hello.c:16:8: error: stray '\240' in program
A A A A A A A A max = c;
^
hello.c:16:9: error: stray '\302' in program
A A A A A A A A max = c;
Last edited by a moderator: