| Courses Application Programming / Software Training / Basic Computer Training | Locality Vesu |
What is Programming?
Computer programming is how we communicate with machines in a way that makes them function how we need. without computer programming you would not be able to use your cell phone, computer or smart TV. Learn Diploma in programming degree can help you innovate and create solutions for a global society.
C PROGRAMMING65
Lecture1.1Character Set
Lecture1.2Identifier
Lecture1.3Variable
Lecture1.4Keywords
Lecture1.5Escape Sequence Characters
Lecture1.6Real ConstantInteger Constant
Lecture1.7Character Constant
Lecture1.8String Constant
Lecture1.9Data Types
Lecture1.10Qualifier
Lecture1.11Enum
Lecture1.12Typedef
Lecture1.13Assignment Operator
Lecture1.14Arithmetic Operators
Lecture1.15Logical Operators
Lecture1.16Relational Operators
Lecture1.17Switch Case
Lecture1.18Nested If-Else
Lecture1.19If-Else Statement
Lecture1.20If-Statement
Lecture1.21Operator Precedence and Associativity
Lecture1.22Bitwise Operators
Lecture1.23Conditional / Ternary Operator
Lecture1.24Unary Operators
Lecture1.25Shorthand Operators
Lecture1.26Looping Iterative Statements
Lecture1.27While
Lecture1.28do while
Lecture1.29for loop
Lecture1.30Break Statement
Lecture1.31Goto
Lecture1.32Continue Statement
Lecture1.33Function call by passing value
Lecture1.34Function call by returning value
Lecture1.35Function call by passing and returning value
Lecture1.36Recursion
Lecture1.37Storage Classes
Lecture1.38Automatic Storage Class (auto)
Lecture1.39Register Storage Class (register)
Lecture1.40Static Storage Class (static)
Lecture1.41External Storage Class (external)
Lecture1.42Array
Lecture1.43Single / One Dimensional Array
Lecture1.44Two Dimensional Array
Lecture1.45Structure
Lecture1.46Array in Structures
Lecture1.47Structure with Array
Lecture1.48Difference between array and structure
Lecture1.49Pointer Operator and Operations
Lecture1.50Changing an Argument With a Function Call
Lecture1.51Pointer Arithmatic
Lecture1.52String Functions With Pointers
Lecture1.53Relationship Between an Array and a Pointer
Lecture1.54Two Dimensional Array of Pointers V/s Array of Pointers
Lecture1.55Pointers to Pointers
Lecture1.56Union
Lecture1.57Difference between structure and union
Lecture1.58Strings
Lecture1.59File Handling
Lecture1.60Assert.h
Lecture1.61Ctype.h
Lecture1.62Math.h
Lecture1.63Process.h
Lecture1.64String.h
Lecture1.65Time.h