C Program to Print a Semicolon Without Using a Semicolon

In this tutorial you will learn about the C Program to Print a Semicolon Without Using a Semicolon and its application with practical example.

C Program to Print a Semicolon Without Using a Semicolon

In this tutorial, we will learn to create a C program that will Print a Semicolon Without Using a Semicolon in C programming.

Table Of Contents

Prerequisites

Prior to starting this tutorial, we assume that you are best aware of some basic concepts of c programming language.

  • Operators in C Programming.
  • Basic Input and Output function in C Programming.
  • Basic C programming.
  • Concepts of conditional statements.

In todays’ session, we will learn to create a program that will print a semicolon on the screen without using “;”. The semicolon is terminology for completing every statement in the c programming language. The semicolon is used for ending loops and conditional statements.

However, we won’t be using the “;” in the print statement.

With the help of this program, we can Print a Semicolon Without Using a Semicolon.

Algorithm:-

Program to Print a Semicolon Without Using a Semicolon:-

Method type 1 to print a semicolon.

Method type 2 to print a semicolon.

 

 

Output:-

Printing the semicolon.

Method 1 for printing the semicolon on the output console.

Method 2 for printing the semicolon on the output console.

 

 

In this tutorial we have learn about the C Program to Print a Semicolon Without Using a Semicolon and its application with practical example. I hope you will like this tutorial.