0% found this document useful (0 votes)
9 views1 page

C Programming Course: Basics to Intermediate

This document outlines a C programming course divided into two phases. Phase 1 covers basic C programming concepts like variables, data types, conditional statements, loops, arrays, strings, and functions. It includes problem solving practice and tests on these topics. Phase 2 builds on this foundation by introducing algorithms, data structures, nested loops, stacks, queues, searching and sorting algorithms, recursive functions, and memory management. It provides guidelines for competitive programming and concludes with another problem solving test.

Uploaded by

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

C Programming Course: Basics to Intermediate

This document outlines a C programming course divided into two phases. Phase 1 covers basic C programming concepts like variables, data types, conditional statements, loops, arrays, strings, and functions. It includes problem solving practice and tests on these topics. Phase 2 builds on this foundation by introducing algorithms, data structures, nested loops, stacks, queues, searching and sorting algorithms, recursive functions, and memory management. It provides guidelines for competitive programming and concludes with another problem solving test.

Uploaded by

Md.Ahsanul Haque
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

C programming- Primary to Intermediate level

Conducted By: Md. Ahsanul Haque


Foundation of C programming (Phase 1)
 Introduction of C programming
 Hello world- Program
 Variables & Data Types
 Conditional Statements
 Problem Solving
 Loop
 Loop related problem
 Array & String
 Related problem solving
 Test based on all classes
 Brief discussion about compiler, IDE & other basic terms
Phase 2:

 Algorithms & Data Structure


 Nested loop
 Stack & Queue
 Searching & Sorting
 Linear Search, Binary Search, Bubble sort, Insertion sort
 Function
 Recursive Function
 Introduction of Online judge
 Problem Solving
 Problem solving Test
 Memory management
 Guideline for NCPC & ICPC.

You might also like