Tag: C
-
Compile and run C programs in Termux
In this article, we will show how to Compile and run C programs in Termux. We will write a hello.c program then we will compile and run in an Anroid phone using Termux Linux emulator. Prerequisites Assuming you already have latest C compiler in your device installed. Just check it out using: Write a program…