© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
P. JoyceC and Python Applications https://doi.org/10.1007/978-1-4842-7774-4_2

2. C Programming

Philip Joyce1  
(1)
Crewe, UK
 

In this chapter, we’ll review the C programming language. If you don’t already have a C development environment on your computer, you can download it, free of charge, from Microsoft. You can download their Microsoft Development Kit (SDK). Another way you can access C is by using Visual Studio. Again, a version of this can be downloaded.

C Program Format

Listing 2-1 is a simple C program which asks the user to enter a character, reads the character, and then prints it to the screen. We will use this to show the basic format of a C program. ...

Get C and Python Applications: Embedding Python Code in C Programs, SQL Methods, and Python Sockets now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.