Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
krkris
/
Loogikafunktsioon
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
521ac7c3
authored
Mar 18, 2022
by
erfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Kood.c
parent
ca4286ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
Kood.c
Kood.c
View file @
521ac7c3
...
...
@@ -38,9 +38,6 @@ int sisestus(const char tekst[40], char a[16], char b[16], char c[16], char d[16
printf
(
"Sisestage K-kaardi KOLMAS rida
\n
"
);
scanf
(
"%s"
,
c
);
}
while
(
kontroll
(
c
)
==
1
);
printf
(
"
\n
%s
\n
"
,
a
);
printf
(
"%s
\n
"
,
b
);
printf
(
"%s
\n
"
,
c
);
do
{
printf
(
"
\n
%s
\n
"
,
a
);
printf
(
"%s
\n
"
,
b
);
...
...
@@ -220,4 +217,3 @@ int main(void){
}
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