Programming Pandit

c/c++/c#/Javav/Python


Latest Update

Saturday, February 23, 2019

C program to find Addition of two Numbers by G Krishna Chauhan


#include<stdio.h>
#include<conio.h>
void main ()
{ 
int a=5,b=4,c; 
c=a+b;  
printf(" Sum of  a and b is %d",c);  
getch();
}

No comments:

Post a Comment