0

Which app can i use to run cp in Android??
In many apps i cant make the programs like enter a number for input and all☹

Comments
  • 1
    Eh, what?
  • 0
    @sbiewald sir i am a beginner in c programming
    I don't have laptop only an android phone
    So which app is good for programming c in android
    When i installed many app i feel a difficulty in running an app like we entering two numbers and giving sum .
  • 3
    The normal way of making C applications for Android is the NDK (Native Development Kit), not to be confused with the SDK. However, that is a cross compiler that runs on the laptop, i.e. not what you are looking for.

    You could try this here instead which runs on the phone itself:

    https://developerinsider.co/c-compi...

    Oh, and no hashtags on devRant. You separate tags by commas, and tags can contain spaces.
  • 1
    Thank u sir
  • 1
    Here another link that discusses some suitable Android apps:

    https://dev.to/bauripalash/...
Add Comment