What is a compilation error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a compilation error?

And how do i deal with it as the resulting output of my program?

20th Jul 2016, 8:45 AM
Goitse
3 Answers
+ 4
Complain error refers to the errors you make while writing the code. They may be a syntactical error or a missing semicolon etc
20th Jul 2016, 8:53 AM
chaitanya guruprasad
chaitanya guruprasad - avatar
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
2nd May 2018, 5:50 AM
chaitanya guruprasad
chaitanya guruprasad - avatar
- 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
2nd May 2018, 5:36 AM
Engineer Narendra saini
Engineer Narendra saini - avatar