Run your C language programs on Android Mobile
I hope you may aware of the C language compiler. For more information, you may visit on Compilers Page on my blog. So many C language programmer uses Android but they are not aware of they could run their programs on their phone itself. Even I had the same problem in my first year of Engineering.
C-Compiler for Android Mobile
Cpp Droid |
CppDroid is a mobile application that provides an environment to run your C language program this app is installed by 500,000 - 1,000,000 from google play.
Download Cpp Droid from here
Steps to run program in CppDroid:
Step 1:
Download and install CppDroid from play store
step2:
Open CppDroid
step 3:
Download Cpp Droid from here
Steps to run program in CppDroid:
Step 1:
Download and install CppDroid from play store
step2:
Open CppDroid
step 3:
Go to Editor
step 4:
Type a program
step 5:
save it as .c extension
step 6:
Click on run
step 7:Output
Comments
Post a Comment