Teaching
Graduate Teaching Assistant โ Sungkyunkwan University
Labs and exercise sessions for undergraduate Computer Science courses. Weekly exercises and their solutions are published below.
Basis and Practice in Programming (DASF004-41)
Exercises
- Week 1: Introduction to C Programming exercise
- Week 2: String, Overflow and Type Casting exercise
- ๐งช Week 3: Operators and Loops | LabWorks exercise
- Week 4: Control Statements (Looping & Branching) exercise
- Week 5: Functions) exercise
- Week 6: Arrays, Randomness, and Control Flow exercise
- Week 8: Structures, Typedef, and Enumerations exercise
- Week 9: Pointer exercise
- Week 10: File Input and Output (File I/O) exercise
- Week 11: Strings and String Functions exercise
- Week 12: Dynamic Allocation exercise
Solutions
- Week 1: Introduction to C Programming (Solution) solution
- Week 2: String, Overflow and Type Casting (Solution) solution
- Week 3: Operators and Loops (Solution) solution
- Week 4: Control Statements (Looping & Branching) โ Solution solution
- Week 5: Functions) solution
- Week 6: Arrays, Randomness, and Control Flow (solution) solution
- Week 8: Structures, Typedef, and Enumerations โ Solution solution
- Week 9: Pointer โ Solution solution
- Week 10: File Input and Output (File I/O) โ Solutions solution
- Week 11: Strings and String Functions โ Solution solution
- Week 12: Dynamic Allocation โ Solution solution