0

Where does i can run the c program on my pc?

18th Dec 2016, 9:17 AM
Sourabh Sahil
Sourabh Sahil - avatar
4 Answers
+ 1
install turbo cpp software
18th Dec 2016, 10:20 AM
Alaghusooriya EM
Alaghusooriya EM - avatar
+ 1
The easiest way is to install complete free IDE, for instance Code:Blocks. You can write, complie and run your projects in one place.
18th Dec 2016, 10:24 AM
Adam Emieljaniuk
Adam Emieljaniuk - avatar
0
If you mean C# or C++ you can run it with notepad++ or my personal favourite Visual Studio. there are many more options for that.
18th Dec 2016, 9:28 AM
Ziturion
Ziturion - avatar
0
You need a Compiler like mingw to create a .exe file to run your C Code. Ask Google where to get it and how to use it.
18th Dec 2016, 9:41 AM
Timo Bickert
Timo Bickert - avatar