Learn C Programming in 1 Day by Krishna Rungta
English | April 25, 2019 | ISBN: N/A | ASIN: B07R69VTZD | 155 pages | AZW3 | 1.67 Mb
English | April 25, 2019 | ISBN: N/A | ASIN: B07R69VTZD | 155 pages | AZW3 | 1.67 Mb
C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications. This ebook course teaches you basic to advance level concept of C Programming to make you pro in C language.
Chapter 1: What is C Programming Language? Basics, Introduction and History
Chapter 3: C Hello World! Example: Your First Program
Chapter 4: How to write Comments in C Programming
Chapter 5: C Tokens, Keywords, Identifiers, Constants, Variables, Data Types
Chapter 15: C Bitwise Operators
- What is C programming?
- History of C language
- Where is C used? Key Applications
- Why learn 'C'?
Chapter 3: C Hello World! Example: Your First Program
Chapter 4: How to write Comments in C Programming
Chapter 5: C Tokens, Keywords, Identifiers, Constants, Variables, Data Types
- What is a Character set?
- Token
- Keywords and Identifiers
- What is a Variable?
- Data types
- What is a Conditional Statement?
- If statement
- Relational Operators
- The If-Else statement
- Conditional Expressions
- What are Loops?
- Types of Loops
- While Loop
- Do-While loop
- For loop
- Break Statement
- What is a Switch Statement?
- Flow Chart Diagram of Switch Case
- Nested Switch
- Why do we need a Switch case?
- What is a String?
- Declare and initialize a String
- String Input: Read a String
- String Output: Print/Display a String
- The string library
- What is a Storage Class?
- Auto storage class
- Extern storage class
- Static storage class
- Register storage class
- How to Create a File
- How to Close a file
- Writing to a File
- Reading data from a File
- Interactive File Read and Write with getc and putc
- What is a Function?
- Library Vs. User-defined Functions
- Function Declaration
- Function Definition
- Function call
- Function Arguments
- Variable Scope
- What is a Pointer?
- How does Pointer Work?
- Types of a pointer
- Direct and Indirect Access Pointers
- Pointers Arithmetic
- Pointers and Arrays
Chapter 15: C Bitwise Operators
- What are Bitwise Operators?
- Bitwise AND
- Bitwise OR
- Bitwise Exclusive OR
- Bitwise shift operators
- Bitwise complement operator
- How Memory Management in C works?
- Dynamic memory allocation
- The malloc Function
- The free Function
- What is Typecasting in C?
- Implicit type casting
- Explicit type casting