C help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

C help

When i write the program it says compilation Error

20th Apr 2019, 7:00 AM
DipTheDi
DipTheDi - avatar
13 Answers
+ 5
What if you were trying this only, https://code.sololearn.com/cbfwQJyTJWFB/?ref=app
20th Apr 2019, 7:24 AM
ヽ(^。^)ノ✨ヽ(^。^)ノ
ヽ(^。^)ノ✨ヽ(^。^)ノ - avatar
+ 5
#include <studio.h> #include <Conio.h> Void main () { Clrscr (); Printf ("hello world"); getch (); }
1st Jun 2020, 8:34 AM
pariii_kasliwal🎭
pariii_kasliwal🎭 - avatar
+ 4
C program
20th Apr 2019, 7:10 AM
DipTheDi
DipTheDi - avatar
+ 4
Data types
20th Apr 2019, 7:17 AM
DipTheDi
DipTheDi - avatar
+ 4
#include <studio.h> #include <Conio.h> Void main () { Clrscr (); Printf ("hello world"); getch (); } Is this a wright c programme
29th Apr 2019, 10:46 AM
Lakshu~🖥️Program Lvr💻
Lakshu~🖥️Program Lvr💻 - avatar
+ 3
I posted it
20th Apr 2019, 7:20 AM
DipTheDi
DipTheDi - avatar
+ 3
Thanks, ;)
20th Apr 2019, 7:25 AM
DipTheDi
DipTheDi - avatar
+ 2
Hii muze koye help karge kya plg
26th Aug 2021, 3:05 PM
Divyani tambade
+ 1
Hello
26th Aug 2021, 3:05 PM
Divyani tambade
26th Jun 2022, 8:22 AM
Arun Kumar
Arun Kumar - avatar
0
Bro your question is incomplete
29th Feb 2020, 3:04 PM
Arbaz Khan
Arbaz Khan - avatar
0
Compilation error is the error generated by compiler, during compiling Source code into Binary Code (executable or runnable file). Compilation of code is done in 4 stages are as preprocessing (by Preprocessors), translation (byTranslator), assembling(by Assembler), and linking(Linker). Based on these 4 stages there are 4 sub-categories of compilation errors are as: 1) Preprocessor Error: https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_93.html 2) Translator Error: error during changing HLL to ML. https://qr.ae/pGNdbX 3) Assembler Error: Error occurr in generating assembly code https://www.freepascal.org/docs-html/user/usersu100.html#:~:text=C.,14.1%20General%20assembler%20errors&text=This%20fatal%20error%20is%20reported,performs%20a%20division%20by%20zero.&text=These%20fatal%20error%20is%20reported,evaluated%20by%20the%20constant%20parser. 4) Linker Error: A linker error occurs when the the linker is unable to use the input files and directives to successfully https://qr.ae/pGNdJQ
26th Apr 2021, 7:33 AM
Amaresh Ray
Amaresh Ray - avatar
- 1
If you got compilation errors.... Then there must be error name mentioned while in compilation..you just have to read that error...and try to solve and understand that errors...it would help you to solve compilation problem easly and you would also have knowledge of types of errors occurs
8th May 2019, 5:28 PM
Chikku
Chikku - avatar