Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
xtyhst
SUBMITTED BY:
akash
DATE:
June 27, 2016, 8:15 a.m.
FORMAT:
C++
SIZE:
201 Bytes
Raw
Download
Tweet
HITS:
865
Go to comments
Report
#include
<iostream>
using
namespace
std
;
int
main
()
{
// Local variable declaration:
int
a
,
b
;
int
c
;
// actual initialization
a
=
10
;
b
=
20
;
c
=
a
+
b
;
cout
<<
c
;
return
0
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus