Problem Set 0: IDE, First C Program - 4

IDE, Create and Save C Program File

Problem Set 0: First C Program [4]

  1. Write the Basic Code Structure of a C Program.

  2. Write your first C Program: Print "Hello World" without the double quotation.

  3. Comment in C Program.

  4. Print Multiple Lines of Text. (Print "Hello World", "Hello Universe", and "Hello Black Hole" in three different lines without the double quotation)

Last updated