C Program to find sum of two numbers

sum+of+two+numbers+in+c

 Lets discuss a basic c programSum of two integers using c. This might be the first practice program for all users.To check sum of two integers , read... read more ?

Gcd of two numbers in c

gcd+of+two+numbers+in+c

To check GCD of two numbers first we need to read input from user. i.e ask user to enter two numbersStore those two numbers in two integer variablesCheck... read more ?

C program to check whether the triangle is right angled triangle

right+angle+triangle+in+c

 c program to check whether the triangle is right angled triangleTo check right angle triangle or not first we need to check sum of all three angles If sum... read more ?

Write a c program to check a number is palindrome or not:

check+palindrome+number+in+c

If reverse number of a number is same then we can say its a palindrome numberwe already know logic to reverse a number using remainder logicread input from... read more ?

C program to print pyramid pattern of numbers

pattern+program+in+c+language

 #1: C program to print pyramid pattern of n stars#include <stdio.h>//c program to print pyramid pattern of numbers// www.instanceofjava.comint main(){   int number,k,m;    printf("Number of lines of star... read more ?

Select Menu