Online Programming Course

This page provides details about the Online Programming Course, including syllabus and sample code.

Course Information

Course Name: C Programming

Duration: 6 Weeks

Syllabus Format

Week 1: Basics of C
Week 2: Control Statements
Week 3: Functions
Week 4: Arrays and Strings
Week 5: Pointers
Week 6: Structures and File Handling
    

Sample Code


#include 
int main() {
    printf("Welcome to C Programming!");
    return 0;
} 

Page created by Ananya Gupta, 24BCT0027