Menu Close

Tag: Comments

the comment symbols inside the double quotes

Basic Syntax of C Program Language

The Basic Syntax of C we will study includes: Semicolon(;)  and Whitespace Keywords Tokens Identifier Comments Header Files 1.Semicolon(;)  and Whitespace 1.1 Statement The code…

The C Program for calculating the Area of Triangle

The Program Structure of C Language

Before learning about the program structure of C language, let’s first take a look at a simple program. Input the three sides of a triangle…