Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CTasks1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elijah vasquez
CTasks1
Commits
0f242aa2
Commit
0f242aa2
authored
Oct 19, 2022
by
elijah vasquez
🦍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hi
parent
377c9e72
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
functions_demo.c
functions_demo.c
+0
-0
morse.c
morse.c
+0
-0
strings_demo.c
strings_demo.c
+0
-0
variables_demo.c
variables_demo.c
+4
-5
variables_demo.exe
variables_demo.exe
+0
-0
No files found.
functions_demo.c
0 → 100644
View file @
0f242aa2
morse.c
0 → 100644
View file @
0f242aa2
strings_demo.c
0 → 100644
View file @
0f242aa2
variables_demo.c
View file @
0f242aa2
#include <stdio.h>
#include <stdio.h>
enum
days
{
mon
,
tue
,
wed
,
thu
,
fri
,
sat
,
sun
};
enum
days
{
mon
,
tue
,
wed
,
thu
,
fri
,
sat
,
sun
};
/*enum today {};*/
int
main
(){
int
main
(){
enum
days
day
;
enum
days
today
=
thu
;
day
=
wed
;
int
values
[
7
]
=
{
10
,
15
,
5
,
60
,
20
,
40
,
30
}
;
printf
(
"%d"
,
day
);
printf
(
"%d"
,
to
day
);
return
0
;
return
0
;
}
}
variables_demo.exe
View file @
0f242aa2
No preview for this file type
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