Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C programming the first step

Posted By: AlenMiler
C programming the first step

C programming the first step by T Okamoto
English | June 10, 2017 | ASIN: B072QTS2CJ | 173 pages | PDF | 1.03 MB

The first step to let C-programming be yours
Ideal for beginners as well as re-challengers
Abundant figures and flow diagrams

What is programming?
Let’s write a program!
Escape sequence
How to count numbers
Constant
Variable
Declaring and assigning variables
Array
Multidimensional array (array of arrays)
String
printf
scanf
Arithmetic operators
Assignment operator
Compound assignment operators
Increment operator / Decrement operator
Relational operators / Equality operators
Logical operators
Operators
Type conversion
Control statement if
Control statement switch
Loop statement for
Loop statement while
break / continue
Infinite loop
Pointer
Pointer to array (pointer to the first element of array)
Pointer to array (pointer to entire array)
Classification of integer type and character type
Classification of floating point type
Think about 0
Function
Pass by value / Pass by pointer
Pass array to function
const type qualifier
Preprocessor
Standard library functions
Fucntion call between functions
Recursive function call
Structure
typedef declaration
sizeof operator
Array of structure
Assignment of entire structure
Address of structure
Pointer to structure
Pass structure to function
Variable scope and validity period
Linked list
Dynamic memory allocation
time function
File processing
FILE type
Open file
fprintf / fscanf
fputs / fgets
fputc / fgetc
+ of fopen
Text file and binary file
fopen for binary file
fwrite / fread
Bit operators

C