Hubss ===> Lesson for TODAY
Saturday, December 3, 2011
#include
#include
int a,b,ans;
first()
{
ans = a + b;
printf("The answer is %d",ans);
}
main()
{
clrscr();
printf("Enter num1: ");
scanf("%d",&a);
printf("Enter num2: ");
scanf("%d",&b);
first();
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Visitor
FEEDJIT Live Traffic Feed
Feedjit Live Website Statistics
No comments:
Post a Comment