Problem Set 0: IDE, First C Program - 4
Last updated
Last updated
Download and Install the Integrated Development Environment (IDE) Software
Different IDE Software based on Device and Operating System
Windows: ()
Computer:
Online Compiler:
MacOS:
Linux:
Android:
iOS:
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)