Category: Basic

Posted in Basic

Swap Two variable value using XOR – C Program

Swap Two variable value using XOR – C Program. write a c program to swap(interchange) value of two variable using XOR.

Continue Reading Swap Two variable value using XOR – C Program
Posted in Basic

Swap Two variable value without using Third variable – C Program

Swap Two variable value without using Third variable – C Program. write a c program to swap(interchange) value of two variable without using third variable.

Continue Reading Swap Two variable value without using Third variable – C Program
Posted in Basic

Swap Two variable value using Third variable – C Program

Swap Two variable value using Third variable – C Program. write a c program to swap(interchange) value of two variable using third variable.

Continue Reading Swap Two variable value using Third variable – C Program
Posted in Basic

Fahrenheit to Celsius – C Program

Fahrenheit to Celsius – Write a C Program for Convert temperature from Fahrenheit to Celsius.

Continue Reading Fahrenheit to Celsius – C Program
Posted in Basic

Celsius to Fahrenheit – C Program

Celsius to Fahrenheit – Write a C Program for Convert temperature from Celsius to Fahrenheit.

Continue Reading Celsius to Fahrenheit – C Program
Posted in Basic

Calculate Simple Interest – C Program

C Program – Write a C Program for calculate simple interest. Calculate simple interest to inputted amount for given number of year with interest rate.

Continue Reading Calculate Simple Interest – C Program
Posted in Basic

sum of two integer number – C Program

C Program – write a c program for sum of two given integer number. In this c Program we do simple summation of two integer number.

Continue Reading sum of two integer number – C Program