Introduction to Programming in C
Introduction to Programming in C. Instructor: Prof. Satyadev Nandakumar, Department of Computer Science and Engineering, IIT Kanpur. Programming nowadays is considered a basic skill similar to mathematics that is needed across all disciplines including engineering and sciences and even the arts. The goal of this course is to learn how to code basic programs in the C programming language. Topics covered in the lectures include: variables, conditionals and loops, data types and operators, functions, arrays and pointers, recursion, multidimensional arrays, structures and linked lists. (from nptel.ac.in)
Lecture 01 - Introduction: Process of Programming |
Go to the Course Home or watch other lectures: