
All student who wants to learn c language specially for beginner's who wanted to create their future in it & software development.
In this video we are going to learn about the c topics and the topics that we need to learn in c language.
In this lecture we will learn about c language and its importance and its going to help you for the basic knowledge of c language.
In this lecture we will learn about the history of c language and its existence.
In this lecture we will learn about the character constant and its use in c language.
In this lecture we will learn about the string constant and its use in c language.
In this lecture we will learn about the numeric constant and its use in c language . It is going to help you in building the basics of c language.
In this lecture we will learn about the data types and its features and also how data types is going to help you in developing the basic knowledge of c language.
In this lecture we will learn about the escape sequence and its purpose in c language and we will learn more about its use and application and how to implement it in c language.
In this lecture we will learn about the format specifier and its use in c language and how its going to help you in building the basic knowledge of c language.
In this lecture we will learn about the printf() function and its use in c language
And its really important in c language.
In this lecture we will learn about the scanf() function and its working process.
This is very important topic in c language and really its going to help you a lots.
In this lecture we will learn about comma (,) as a separator and operator in c language. So its really going to help you in c language.
In this video we will learn about some of basics question in c language.
In this lecture we will learn about the naming convection of variable in c language. So its really important topic of c language.
In this lecture we will learn about how to declare a variable and its mechanism in c language.
In this lecture we will learn about the c's memory structure in c language and we will learn about the program code , stack , heap, and global variable of memory structure used in c language.
In this lecture we will learn about the dynamic and local variables which is so important topic of variable and its types in c language.
In this lecture we will learn about the global variable used in c language and we will also discuss about the feature and properties of global variable.
In this lecture we will learn about the auto storage specifier and its use in c language.
In this lecture we learn about the static storage specifier which is most important topics for the basics of c language.
In this lecture we will learn about the extern storage specifier and its use in c language.
In this lecture we will learn about the register storage specifier and its use in c language.
In this lecture we will learn about the modifier and its types used in c language.
In this lecture we will learn about signed and unsigned used with character datatype in c language and we will learn about the range of signed and unsigned modifier with char.
In this lecture we will learn about signed and unsigned used with int and its range in c language.
In this lecture we will learn about short and long modifier used with int in c language.
In this lecture we will learn about short and long modifier used with float in c language. It is going to make your basic strong and we know that base is important for constructing the building.
In this lecture we will learn about the short and long modifier used with double in c language.
All student who wants to learn c language specially for beginner's who wanted to create their future in IT(Information Technology) & software development. The most interesting part is to learn the core and advanced part of basic of all the language that is c language.
In c language you will learn operators, data type, array, pointer, structure, union, function and many more things with dream project on c language. if you want to do more in this field then you can enroll into my other courses too specially c language, data structure and oracle. If you wanted to become a good programmer you have to develop your logic and programming strong and that can be possible only with the basic and advance of c language and data structure.
C is an imperative procedural language, supporting structured programming, lexical variable scope and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code and its application.