What could cause a program in C not to be compiled?? | Sololearn: Learn to code for FREE!
0

What could cause a program in C not to be compiled??

26th Jan 2021, 2:35 PM
Edirin deborah
Edirin deborah - avatar
3 Answers
+ 1
Syntax errors. When your code doesn't follow syntax rules, it is unclear how it can be translated to machine code (=compiled) Also missing imports or referencing undefined things (functions, variables etc)
26th Jan 2021, 3:23 PM
Benjamin JĂŒrgens
Benjamin JĂŒrgens - avatar
0
Edirin deborah that is a separate question and i don't understand what you mean. If urgently needed means that your homework assignment is due, please understand that we are not here to do that for you. Anyway it seems to be super basic question, so i suggest you sit down and learn that stuff.
26th Jan 2021, 4:45 PM
Benjamin JĂŒrgens
Benjamin JĂŒrgens - avatar
- 1
write the statement that receives a double value and save it in a variable identified number please answer is urgently needed
26th Jan 2021, 4:11 PM
Edirin deborah
Edirin deborah - avatar