Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Sum
TaniaTanni
Oct 23rd, 2019
161
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
a
,
b
,
sum
;
printf
(
"
\n
Enter two no:"
)
;
scanf
(
"%d%d"
,&
a
,&
b
)
;
sum
=
a
+
b
;
printf
(
"Sum:%d"
,
sum
)
;
return
(
0
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
# tk_5x5_Sudoku_Slider.py
Python | 3 min ago | 9.52 KB
🚨 Free Crypto Method 🚨
JavaScript | 13 min ago | 0.22 KB
⭐Profit Method⭐ 🔥💵
JavaScript | 16 min ago | 0.20 KB
fb_vanilla_ub24-25.sh
Bash | 16 min ago | 4.22 KB
🔥 Exchange profit method 📌📝
JavaScript | 36 min ago | 0.20 KB
tarMainInstall.sh
Bash | 43 min ago | 3.67 KB
tarinstall.sh
Bash | 46 min ago | 1.70 KB
jQuery Form Input Element Value Reset All Ele...
jQuery | 1 hour ago | 0.77 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!