Posts

C Program to Find Total of Even Integers

C Program to Calculate Area of Triangle

C Program to Calculate area of triangle using the formula area=sqrt(s(s-a)(s-b)(s-c)) where a,b,c are the sides of the triangle and s=(a+b+c)/2. The main Objectives is to study about basic building blocks such as constants, variables, keywords,operators, expressions … Read More