Showing posts from November, 2022

5. Arrays

Array is nothing but store more than one value at a time . ex: int a[5] ,char ch[10], long num[5], etc….        Array is a…

4. Loop Control Statements

A loop is defined as a block of statements which are repeatedly  executed for a certain number of times. There are three t…

Load More
That is All