Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 14th, 2018
91
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
//função para elevar ao quadrado:
int
sqr
(
x
)
{
return
x
*
x
;
}
void
main
(
)
{
printf
(
"2 ao quadrado é igual a %d"
,
sqr
(
2
)
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $22OO IN 10 MIN C
JavaScript | 22 sec ago | 0.07 KB
FREE BTC GUIDE Y
JavaScript | 28 sec ago | 0.07 KB
Make $3500 INSTANTLY [Works Worldwide]???? HL
Java | 34 sec ago | 0.13 KB
Make 3500$ in 1 day [Method]???? XH
Java | 47 sec ago | 0.13 KB
Make $3500 INSTANTLY [Works Worldwide]???? HL
Java | 53 sec ago | 0.14 KB
✅ MAKE $22OO IN 10 MIN P
JavaScript | 1 min ago | 0.07 KB
FREE BTC GUIDE T
JavaScript | 1 min ago | 0.07 KB
Make $2200 in 15 minutes K
JavaScript | 1 min ago | 0.07 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!