• Slide 1 Title

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Slide 2 Title

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Slide 3 Title

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Slide 4 Title

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Slide 5 Title

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

Subscribe via email

Enter your email address:

Delivered by FeedBurner

Friday, 4 February 2011

C Program for Addition of two number with third variable


//Addition of 2 nos. with third variable
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("\nEnter the value for a & b\n\n");
scanf("%d%d",&a,&b);
c=a+b;
printf("\nAddition=%d",c);
getch();
}
Hope you liked my posts, give comments if you have any doubts…:)
Categories:

0 comments:

Post a Comment

 
  • Recent Articles

  • Popular Articles

  • Recent Comments