0
What is a compilation error?
And how do i deal with it as the resulting output of my program?
3 odpowiedzi
+ 4
Complain error refers to the errors you make while writing the code. They may be a syntactical error or a missing semicolon etc
0
Your while loop. It has to be while(true). You are trying to evaluate a list greater than 0 which is not evaluating to a boolean
- 1
while(Maths, English, Hindi, Sociology, Sanskrit, Computer, Grammar, Physics, Chemistry, Biology, Art>100)
{
printf("Obtained marks can`t be more then 100");
}
can you find wrong in this
because after adding this is showing compiler error