Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 1st, 2015
60
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.31 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
void
)
{
int
i
,
j
;
for
(
i
=
1
;
i
<=
10
;
i
++
)
{
for
(
j
=
1
;
j
<=
10
;
j
++
)
{
printf
(
"%d "
,
i
*
j
)
;
if
(
j
==
10
)
printf
(
"
\n
"
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Ironforge Setup Script
Bash | 29 min ago | 5.88 KB
Untitled
3 hours ago | 7.55 KB
Untitled
5 hours ago | 16.16 KB
Untitled
6 hours ago | 8.98 KB
Untitled
7 hours ago | 27.42 KB
Untitled
7 hours ago | 15.07 KB
Untitled
9 hours ago | 26.38 KB
Untitled
9 hours ago | 8.44 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!