Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Nizovi i matrice
TeamFocus-Matija
May 4th, 2016
80
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
void
unosUMatricu
(
MATRICA m
,
int
dim
)
{
int
i
,
j
;
for
(
i
=
0
;
i
<
dim
;
i
++
)
{
for
(
j
=
0
;
j
<
dim
;
j
++
)
{
printf
(
"M[%d][%d]= "
,
i
,
j
)
;
scanf
(
"%d"
,
&
m
[
i
]
[
j
]
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⚡ EASY CASH EXPLOIT
JavaScript | 1 min ago | 0.26 KB
🔥🔥🔥 GUARANTEED MONEY TECHNIQUE
JavaScript | 1 min ago | 0.25 KB
💵 CRAZY 2025 CASH EXPLOIT 💎 | EARN FAST NOW ✅...
JavaScript | 2 min ago | 0.17 KB
🔥🔥🔥 HOW TO EARN $5,000 A WEEK [GUIDE]
JavaScript | 3 min ago | 0.26 KB
🔥🔥 EARN 6,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 4 min ago | 0.26 KB
🔥 NEW $10,000/MONTH SYSTEM 💰 🔥🚨
JavaScript | 5 min ago | 0.17 KB
✅✅ Wealth Building Strategy
JavaScript | 8 min ago | 0.26 KB
⚡ ULTRA EASY INCOME TRICK ⚡ $500 INSTANT CASH...
JavaScript | 9 min ago | 0.17 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!