11.5 : Multifile Projects in C

Опубликовано: 05 Июль 2026
на канале: IIT Madras - BS in Electronic Systems
1,255
20

Welcome to Lecture 56 of the course "C Programming" by Prof. Nitin Chandrachoodan.
Full Course: https://study.iitm.ac.in/ds/course_pa...

Video Overview
This lecture explains how to split C projects across multiple files using refactoring techniques, functions, and libraries. It covers creating and using function prototypes, organizing code with header files, and managing variable scope across files using the static and extern keywords. We also demonstrate how to use and link libraries in your C programs to improve modularity and code reusability in multi-file projects.

IIT Madras' online Bachelor of Science programme
IIT Madras offers four-year BS programmes that aim to provide quality education to all, irrespective of age, educational background, or location. The BS programme has multiple levels, which provide flexibility to students to exit at any of these levels. Depending on the courses completed and credits earned, the learner can receive a Foundation Certificate from IITM CODE (Centre for Outreach and Digital Education), Diploma(s) from IIT Madras, or BSc/BS Degrees from IIT Madras.
For more details, Visit: https://www.iitm.ac.in/academics/stud...

#Cprogramming #Refactoring #Libraries #FunctionPrototypes #HeaderFiles #StaticKeyword #ExternKeyword #MultiFileProjects #CodeReusability #CprogrammingTutorial #CodingLecture #ModularProgramming #CleanCode #CDevelopment #FunctionDeclarations #CodeOrganization #CompilationProcess #MakefileMagic #DebuggingInC #CodeMaintainability #BuildSystems #ProgrammingFundamentals #CProgrammingTips