Hello Friends, This is Suraj Giri from Technical Glamour . In this Blog I have discussed about How to run C and C++ program in Android using Termux Terminal Emulator. I have installed Nano editor in Termux for writing source code and Clang Compiler for compile and run the program. For visual understanding of How To Run C And C++ Program In Android Using Termux , Must watch this video. In this video each step is shown cleary with all common doubt solving We know that to write programs we need an Editor. You must have listen about some well known editors to write codes. e.g VS Code, Nano, VI , Notepad++ etc. Generally Nano and VI editors are used in Unix based OS. So, In termux we can install anyone from both and by the way many more editors are also available for Unix OS to be used in termux. In this blog we will learn about Installation Process of Nano in Termux. We must required a compiler to find bugs or error and to execute our codes. You must have listen about so...