Toggle navigation
uPaste
home
archive
contact us
popular
upgrade
sign in / sign up
Sign In
Register
Forgot Password
Sign In
Sign Up
Reset
viewing paste
Unknown #5549
|
C
Posted on the
21st March, 2013 at 6:43:52
Copied to clipboard
Copy this Paste
Raw Text
Download
Report Paste
Print
Embed
1
2
3
4
5
6
7
8
9
#include<stdio.h>
#include<conio.h>
void
main
(
)
{
int
a
,
b
,
c
;
c
=
a
+
b
;
printf
(
"c="
,&
c
)
;
getch
(
)
;
}
Viewed 931 times, submitted by Guest.
#include<stdio.h> #include<conio.h> void main() { int a,b,c; c=a+b; printf("c=",&c); getch(); }
fb
tweet
in
reddit