0% found this document useful (0 votes)
8 views

C Programming Study Schedule April2025

The document outlines a 6-day study schedule for learning C programming from April 26 to May 1, 2025. Each day focuses on different topics such as C basics, control flow, arrays, functions, pointers, and file handling, with specific time slots allocated for theory and practice. The final day includes revision and a mock test to assess understanding of the material covered.

Uploaded by

h4497545
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

C Programming Study Schedule April2025

The document outlines a 6-day study schedule for learning C programming from April 26 to May 1, 2025. Each day focuses on different topics such as C basics, control flow, arrays, functions, pointers, and file handling, with specific time slots allocated for theory and practice. The final day includes revision and a mock test to assess understanding of the material covered.

Uploaded by

h4497545
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

6-Day C Programming Study Schedule (26 April - 1 May 2025)

26 April 2025 - C Basics & Data Types

Time: 8:00-10:00 AM | Duration: 2 hrs

Topics: What is C? History & Features, Structure of a C Program, Keywords, Identifiers, Constants

Time: 2:00-4:00 PM | Duration: 2 hrs

Topics: Data Types & Variables, Arithmetic, Relational, Logical Operators

Time: 7:00-9:00 PM | Duration: 2 hrs

Topics: Input/Output in C (printf, scanf), Practice basic programs

27 April 2025 - Control Flow & Loops

Time: 8:00-10:00 AM | Duration: 2 hrs

Topics: If, If-Else, Nested If, Switch Case

Time: 2:00-4:00 PM | Duration: 2 hrs

Topics: Loops: For, While, Do-While, Break, Continue, Goto

Time: 7:00-9:00 PM | Duration: 2 hrs

Topics: Practice logic-based problems, Debug & dry-run loops

28 April 2025 - Arrays & Strings

Time: 8:00-10:00 AM | Duration: 2 hrs

Topics: 1D & 2D Arrays, Array input/output

Time: 2:00-4:00 PM | Duration: 2 hrs

Topics: Sorting, Searching using arrays, Character Arrays vs Strings

Time: 7:00-9:00 PM | Duration: 2 hrs

Topics: String Functions: strlen, strcpy, etc., Practice string problems

29 April 2025 - Functions & Recursion

Time: 8:00-10:00 AM | Duration: 2 hrs

Topics: Function Declaration & Definition, Call by Value vs Reference


Time: 2:00-4:00 PM | Duration: 2 hrs

Topics: Recursion (factorial, Fibonacci), Storage Classes

Time: 7:00-9:00 PM | Duration: 2 hrs

Topics: Practice function/recursion programs, Solve MCQs

30 April 2025 - Pointers, Structures, File Handling

Time: 8:00-10:00 AM | Duration: 2 hrs

Topics: Introduction to Pointers, Pointers & Arrays

Time: 2:00-4:00 PM | Duration: 2 hrs

Topics: Structures, Nested Structures, Unions, Pointers with Structures

Time: 7:00-9:00 PM | Duration: 2 hrs

Topics: File Handling: fopen, fscanf, Practice problems

01 May 2025 - Revision + Mock Practice

Time: 8:00-10:00 AM | Duration: 2 hrs

Topics: Revise all key concepts, Revisit weak topics

Time: 2:00-4:00 PM | Duration: 2 hrs

Topics: Full-length C Programming mock test, Review errors

Time: 7:00-9:00 PM | Duration: 2 hrs

Topics: Output-based questions, Final notes & formula sheet

You might also like