Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
olpool
/
progII
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
77b89e6f
authored
Sep 06, 2021
by
olpool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
soojad saiad2
parent
76e8f4a0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
tunnit5.c
tunnit5.exe
tunnit5.o
tunnit5.c
View file @
77b89e6f
...
@@ -13,13 +13,13 @@ int main()
...
@@ -13,13 +13,13 @@ int main()
scanf
(
"%d"
,
&
b
);
scanf
(
"%d"
,
&
b
);
summa
=
arvudesumma
(
a
,
b
);
summa
=
arvudesumma
(
a
,
b
);
printf
(
"kahe arvu summa on %d
\n
"
,
summa
);
printf
(
"kahe arvu summa on %d
\n
"
,
summa
);
vahetaArvuJarg
(
a
,
b
);
vahetaArvuJarg
(
&
a
,
&
b
);
printf
(
" vahetatud arvud %d ja %d "
,
a
,
b
);
printf
(
" vahetatud arvud %d ja %d "
,
a
,
b
);
return
0
;
return
0
;
}
}
int
arvudesumma
(
a
,
b
)
int
arvudesumma
(
int
a
,
int
b
)
{
{
int
s
;
int
s
;
s
=
a
+
b
;
s
=
a
+
b
;
...
...
tunnit5.exe
0 → 100644
View file @
77b89e6f
File added
tunnit5.o
0 → 100644
View file @
77b89e6f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment