Download and Install the Integrated Development Environment (IDE) Software
Different IDE Software based on Device and Operating System
Windows: Code::Blocksarrow-up-right (codeblocks-20.03mingw-setup.exearrow-up-right)
Computer: Visual Studio Codearrow-up-right
Online Compiler: Programiz Online C Compilerarrow-up-right
MacOS: Visual Studio Codearrow-up-right
Linux: Code::Blocksarrow-up-right
Android: Coding Carrow-up-right
iOS: C/C++ Programming Compilerarrow-up-right
Create a File to write a C Program
Save the File (File Extension: .c)
Write the Basic Code Structure of a C Program.
Write your first C Program: Print "Hello World" without the double quotation.
Comment in C Program.
Print Multiple Lines of Text. (Print "Hello World", "Hello Universe", and "Hello Black Hole" in three different lines without the double quotation)
Last updated 1 year ago