Skip to content

Latest commit

 

History

History
100 lines (62 loc) · 3.71 KB

File metadata and controls

100 lines (62 loc) · 3.71 KB

Tutorial 0: Basic C (Self-Learned)

Tutorial 0 (Programmers count from 0)

Tutorial 0

  • Content: Basics of C
  • Time: Before the first tutorial of your session
  • Venue: Virtual
  • Classworks: None (However, try the self-tests out)
  • Homeworks: 3 Programming Assignments
  • Homework Deadline: 27 Sep 2024 (Fri) 18:00

But we highly recommend you to finish the homework before your Tutorial 1

Tutorial 0 Targets

  • Understand basic C syntax and do simple control flows
  • Knows how to run your C program
  • Introduce you to programming concepts if you are not familiar yet

Tutorial 0 Links

Not too Important:

Your first C program

Basic Concepts of Programming

Concepts that are less important but are still worth a quick read before moving on to the next part are marked with *

We will actually rediscuss these in your first tutorial, but please learn about them early, especially if this is the first time for you to write program.

To further support your self-learning process, we provided some self-tests at the end of each materials to check your understanding.

Some Notes for C Programming

Note: To paste inputs/commands into the terminal, you can type Ctrl + V

Note: If you copy an input into a terminal, Programiz may sometimes re-output your input, this is normal.

Note: If your code runs indefinitely and does not stop, you can stop it by typing Ctrl + C

Homeworks

Please submit these homeworks before 27 Sep 2024 (Fri) 18:00

Submission Method: Github Classroom

Please first accept the assignment on Github Classroom: https://classroom.github.com/a/KiL_n4Dy and the click the link to your working repository. Details of the submission will later be given there (note that the picture below is just for your reference, it is not your workspace link and the due date is wrong).

alt text

You can see the submission guidelines on the README shown below the file list.

alt text


To Tutorial 1 Page