CSE 101 Lecture Zero
CSE 101 Lecture Zero
Computer Programming
Lecture #0
• “PROGRAMMING IN ANSI C”
By E. BALAGURUSAMY
McGraw Hill Education
ETP
Sequence locking:
• Student must complete all the problems of lecture 1, to start
the problems of lecture 2.
14
1
5
© LPU :: CSE101 C Programming
Purpose of Cohorts
• Student shall be able to have a goal oriented
approach for his/her career
• Student identifies the goal in the very first year
• Student shall be able to follow the stage wise
career progression.
• Early identification of skill set required for
selected goal.
1
6
© LPU :: CSE101 C Programming
© LPU :: CSE101 C Programming
Star Course
Hands-on Practice: A good course which include
interactive coding exercises to help you apply what
you've learned.
•Microsoft Excel
•Oracle Database
•MySql
•Linux
•Unix
•Android
• JavaScript
• Python
• Java
• C/CPP🡪 C is still in the top 5, which shows its significance and popularity
• PHP
• Swift
• C#
• Ruby
• Objective – C
• SQL
2011 C11
2018 C17(Current)
Upcoming C2x
© LPU :: CSE101 C Programming
Language Developers
A. C11
B. C18
C. C99
D. C89
After MTE
✔ Arrays and Strings
✔ Pointers
✔ Dynamic Memory Allocation
✔ Derived Data Types- Structures
and Union
© LPU :: CSE101 C Programming
Basics and
Program
introduction to
Development in
CC