CSS
Google AdSense
HTML
JAVA Programming
Laravel
PHP
Programming
Tips & Tricks
Tutorials
Web Development
Website Designing
Sunday, March 10, 2013
A C++ Program to Add Two Numbers
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
a=5;
b=8;
c=a+b;
printf("the result is=%d",c);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Uzzwal Dhali
View my complete profile
Blog Archive
►
2018
(3)
►
October
(1)
►
September
(1)
►
August
(1)
►
2016
(1)
►
January
(1)
►
2015
(62)
►
June
(3)
►
May
(8)
►
March
(5)
►
February
(10)
►
January
(36)
►
2014
(107)
►
December
(17)
►
November
(7)
►
October
(3)
►
August
(21)
►
June
(6)
►
May
(11)
►
April
(21)
►
March
(11)
►
February
(1)
►
January
(9)
▼
2013
(64)
►
December
(19)
►
November
(1)
►
October
(2)
►
September
(3)
►
August
(1)
►
July
(1)
►
June
(1)
►
May
(14)
►
April
(6)
▼
March
(7)
C Program to show texts in several lines
Program to Show Your Text on the Screen in C++ Pro...
Add Two Numbers Providing the Value from Keyboard
A C++ Program to Add Two Numbers
C++ Codes to Display Text
C Program to find out salary
Top 20 Useful Keyboard Shortcuts You Everyone Shou...
►
February
(5)
►
January
(4)
►
2012
(28)
►
December
(11)
►
October
(1)
►
September
(2)
►
August
(1)
►
July
(1)
►
June
(2)
►
April
(2)
►
March
(7)
►
January
(1)
►
2011
(27)
►
December
(6)
►
November
(4)
►
October
(6)
►
September
(4)
►
August
(7)
Labels
Algorithm
(1)
Assembly Language
(6)
Blogger Tutorials
(27)
C Plus Plus
(4)
C Programming
(40)
Computer Tips & Tricks
(9)
CSS
(13)
Fixings
(2)
General Knowledge
(5)
Google AdSense
(16)
HTML
(29)
Internet Tips & Tricks
(14)
JAVA Programming
(40)
JavaScript
(3)
Laravel
(3)
Linux
(2)
Mobile Tips & Tricks
(2)
Online Earning
(9)
Photoshop Tutorials
(3)
PHP
(4)
Power of Notepad
(3)
Programming
(44)
Responsive Menu
(1)
Solutions
(2)
Start Here
(7)
Tips & Tricks
(61)
Tutorials
(14)
Ubuntu
(2)
Web Development
(1)
Website Designing
(27)
Wordpress Tutorial
(3)
Popular Posts
Responsive Menu 03: Make the Menu Responsive adding Some More Codes
Finding the remainder using java program
Monitor Display Problems
Java program to check the number whether it is odd or even
Java program to understand the continue statement
Getting input several integer and double type data for addition and multiplication
Add a Live Chat Box in Your Blogger Blog or Website
Placing two AdSense Ads side by side
How to Add a Love Calculator to Your Blog or Website
Java program to get input from keyboard and to display that
Contact Me
Name
Email
*
Message
*
No comments:
Post a Comment