+ 1
I want install c language software
C language software
10 Answers
+ 1
Martin Taylor
I know C compiler is a software but he said C Language Software.
0
Use the search bar and you will get the answer:
https://www.sololearn.com/post/52212/?ref=app
https://www.sololearn.com/post/10362/?ref=app
0
ravi sethi
C is a language not Software. To run C program you need Software like Turbo C.
0
Martin Taylor
Okay I have used Turbo C 7 years ago so now I am not familiar. What else we can use for C?
0
Use DevC++ it's easy to understand and write code for beginners.
0
There are a number of online C compilers.
I don't know what requirements you need. But these seem to be okay for basics.
https://www.onlinegdb.com/online_c_compiler
https://www.programiz.com/c-programming/online-compiler/
0
If you would rather install a compiler then
there are a few download options here
https://www.technotrice.com/best-c-c-plus-plus-compilers-windows-mac-linux/
0
everyone is suggesting many IDEs, but i personally like "VS code".
0
Chingkheinganba Thoudam
VS Code is first and foremost an editor, and relies on command-line tools to do much of the development workflow. There is a C/C++ extension but it does not include a C++ compiler. or debugger. If those that we recommened are IDEs at least they are able to compile.
0
for that I download MinGW compiler