橋平礼の電験三種合格講座

過去50年分以上の電験三種の問題を解いて分かった、電験三種は今も昔も変わりません。過去問を解きながら合格を目指しましょう。

MENU

GO-AHEADの書籍(Basics and exercises of C programming executed in a browser)

 


Basics and exercises of C programming executed in a browser

f:id:hashi-rei-channel:20210813153143j:plain

Basics and exercises of C programming executed in a browser Amazon Kindle版

 

 Let's learn by programming in C language. Learning language ; Practice makes perfect. Let's get used to programming in C language. Use this book to get used to C programming.

 Python is a popular language recently. JavaScript is another popular language. I think VisualBasic and C # are also relatively easy to use languages. Here, let's learn the basics of the C language.

 C language is used in many places, both commercial and non-commercial, and you can get a lot of information even if you search online. Since it was a language developed in the 1970s, it is a venerable orthodox programming language with a history.

 As with other languages ??(Japanese and English), C language has its own peculiarities. You can also study anywhere, anytime by using the online version of the program.

1.Introduction .....5

2. Program basics .....6
 2.1 Online programming
 2.2 “Hello World” is displayed
2.3 Calculate and display twice the input
 2.4 Calculate and display the remainder
 2.5 Increment operator
 2.6 Bit operators
2.7 Octal and hexadecimal numbers
2.8 Real number calculation
 2.9 Add comments
 2.10 Exercise


3.Conditional branch and loop .....46
 3.1 Conditional branch-1
 3.2 Conditional branch-2
 3.3 While
 3.4 do-while
 3.5 for loop - 1
 3.6 break (for - 2)
3.7 for - 3
 3.8 switch
 3.9 goto
 3.10 Exercise

4. Array .....84
 4.1 Declaring an array (one-dimensional array-1)
 4.2 Declaring an array (one-dimensional array-2)
 4.3 Declaring an array (one-dimensional array-3)
 4.4 Declare 2D array -1 (two-dimensional array-1)
 4.5 Declare 2D array -2 (two-dimensional array-2)
 4.6 Input / output one character to file
4.7 Input / output line by line to file
 4.8 Exercise

5. String .....126
 5.1 Character variable
 5.2 Character variable - 2
 5.3 Character variable - 3
 5.4 String type-1
 5.5 String type-2
 5.6 Exercise


6. Pointer .....158
 6.1 Pointer - 1
 6.2 Pointer - 2
 6.3 Pointer - 3
 6.4 Pointer - 4
 6.5 Exercise


7. function .....181
 7.1 function - 1
 7.2 function - 2
 7.3 function - 3
 7.4 Global variables
 7.5 Exercise

8. Structure .....198
 8.1 Structure - 1
 8.2 Structure - 2


References .....203