Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
scanf!
KDOXG
Dec 20th, 2018
566
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
void
main
(
)
{
int
i
;
char
c
,
k
;
k
=
'k'
;
c
=
k
;
scanf
(
"%d"
,
&
i
)
;
printf
(
"%d Isto e um inteiro, %c Isto e um caractere. %c Isso tbm"
,
i
,
c
,
'a'
)
;
return
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE P
JavaScript | 4 min ago | 0.07 KB
Make $200 in 15 minutes J
JavaScript | 5 min ago | 0.07 KB
MAKE $900 INSTANTLY G
JavaScript | 5 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN A
JavaScript | 6 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] W
JavaScript | 7 min ago | 0.07 KB
FREE BTC GUIDE P
JavaScript | 7 min ago | 0.07 KB
Make $200 in 15 minutes J
JavaScript | 8 min ago | 0.07 KB
Linux - Create user
Bash | 8 min ago | 0.16 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!