|
via Udemy |
Go to Course: https://www.udemy.com/course/c-programming-language-video-tutorial/
Learn C Programming Step by Step Through amazing VideosWhat you'll learn in This CourseUnderstand the fundamentals of the C Programming Language, learn how to write high-quality effective code.C is a powerful and widely-used general-purpose programming language that was developed in the early 1970s by Dennis Ritchie at Bell Labs. It is known for its speed, simplicity, and close-to-hardware capabilities.Create your first c program by using Devc++ IDE.Understand variables and the different data types used in c programmingif else statements, switch-case, loop for ,while and do - while loop with so many examples.Array - 1 dimensional and 2-dimensional with many examples.String in c programming ,use of string library function.Writing User Define function, parameter passing to function, returning value from function.Storage classes - auto, extern ,static, and registerPointer - how to use pointer ,void pointer, null pointer, pointer as a parameter in function, Relationship between arrays and pointers. array of pointers.Command line arguments.Reading and writing with files, both text and binary.Recursion - c programming language recursion.User Define Function and pointers as a parameter in functionBit wise operators in C programming.Structure , union and enumeration. Different type of preprocessor directives in c programming