Posts

Showing posts from January, 2023

How to make IUBAT old grading policy using C programming!

How to transform all the negative values into positive values using abs() function.

how to use floor(),ceil() built in function in C programming!

How to use puts(),gets() built in functions in C programming!

How to use toupper(),strcat(),strcpy() built in functions in C programming!

Q1: Solving a problem using Ternary Operator in C programming.

How to check if a symbol is Alphabet or Number?!(Both is Detail and Short Hand)

How to use 'Switch' in C programming.

Difference between Do Loop and For Loop.

Do Loop (Calculate Sum of even number out of the N numbers input by the user).

Calculate the Grade and Points according to IUBAT grading system.

How to calculate the summation of all the values from 30 to 120 which are divided by 3 and 5.

Condition to check whether the character is Alphabet or not !

How to convert Fahrenheit to Centigrade using C language.

How to convert Centigrade to Fahrenheit using C language.

How to find out the third angle,if you know the other two angles using C programming language.

How to calculate the perimeter and area of a circle with an given radius.

How to find out the area of a Equilateral Triangle.