0% found this document useful (0 votes)
4 views2 pages

C Language Workshop Schedule:: Day # Date Topic

The C Language Workshop spans from February 6th to February 15th, covering topics such as algorithms, data types, pointers, and data structures. Participants will gain practical skills in C programming, including writing algorithms, coding, and understanding modular code. The workshop emphasizes the relevance of C in modern programming and its foundational role in computer science.

Uploaded by

vodnala srujana
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)
4 views2 pages

C Language Workshop Schedule:: Day # Date Topic

The C Language Workshop spans from February 6th to February 15th, covering topics such as algorithms, data types, pointers, and data structures. Participants will gain practical skills in C programming, including writing algorithms, coding, and understanding modular code. The workshop emphasizes the relevance of C in modern programming and its foundational role in computer science.

Uploaded by

vodnala srujana
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
You are on page 1/ 2

C Language Workshop Schedule:

Day # Date Topic


th
6 Feb Algorithms, Flowcharts, Compilers,
1
(Thursday) Introduction to C Language
7th Feb Variables, Data types, Operators,
2
(Friday) Conditional Statements
8th Feb Looping statements, Unconditional
3
(Saturday) statements
9th Feb
4 Arrays, Strings
(Sunday)
10th Feb
5 Structures, Unions, typedef, enum
(Monday)
11th Feb
6 Pointers
(Tuesday)
12th Feb
7 Functions
(Wednesday)
13th Feb
8 Files
(Thursday)
14th Feb Introduction to Data Structures,
9
(Friday) Searching and Sorting Techniques
15th Feb A small project on C concepts, MCQ
10
(Saturday) based Test

About the Workshop:

As the world becomes increasingly digital, the importance of programming languages cannot be
overstated. One programming language that has stood the test of time and remains relevant today is
C. Despite being over 50+ years old, C programming is still widely used and valued for its speed,
efficiency, and versatility. By taking this course you will explore the importance of C programming
and its practical applications in various industries.

C programming has a rich history in computer science and has been used to develop some of the
most popular software and systems we use today, including operating systems like Linux and
Windows. The language’s low-level control and ability to interface with hardware and
microcontrollers have made it a powerful tool for developing applications that require speed and
efficiency.

Compared to other programming languages, C has unique advantages that make it worth learning.
While newer languages like Python and JavaScript have gained popularity in recent years, C remains
relevant due to its low-level control and ability to optimize code for specific hardware.

C programming language is very much important because of its efficiency, portability, compatibility,
and its role as a foundation for learning other programming languages.

C is also a great language for learning the fundamentals of C programming, as it requires a deeper
understanding of how computers work.
Course Outcomes: The student will learn

 To write algorithms and to draw flowcharts for solving problems.


 To convert the algorithms/flowcharts to C programs.
 To code and test a given logic in the C programming language.
 To decompose a problem into functions and to develop modular reusable code.
 To use arrays, pointers, strings and structures to write C programs.
 Searching and sorting problems.

You might also like