You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the final lab report for a C programming course at Southeast University, featuring detailed solutions and explanations for exam questions, including recursive functions, conditional statements, multidimensional arrays, multifunction exercises, and nested loops. C source files are included to support each topic.
The "Programming Basics" course includes writing program code at an entry level (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console, using conditional constructs (if, if-else) and loops (for, while, do-while, nested).