Menu Close

Tag: Functions

Constants Can Not Be Changed

Constants in C Programming

1. What is a Constant ? Constants are fixed values that do not change during program execution. These fixed values are also called literals. Using…

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…