In this recipe, we will learn to reverse a string using pointers. The best part is that we will not reverse the string and copy it onto another string, but we will reverse the original string itself.
-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Practical C Programming
By :

Practical C Programming
By:
Overview of this book
Used in everything from microcontrollers to operating systems, C is a popular programming language among developers because of its flexibility and versatility. This book helps you get hands-on with various tasks, covering the fundamental as well as complex C programming concepts that are essential for making real-life applications.
You’ll start with recipes for arrays, strings, user-defined functions, and pre-processing directives. Once you’re familiar with the basic features, you’ll gradually move on to learning pointers, file handling, concurrency, networking, and inter-process communication (IPC). The book then illustrates how to carry out searching and arrange data using different sorting techniques, before demonstrating the implementation of data structures such as stacks and queues. Later, you’ll learn interesting programming features such as using graphics for drawing and animation, and the application of general-purpose utilities. Finally, the book will take you through advanced concepts such as low-level programming, embedded software, IoT, and security in coding, as well as techniques for improving code performance.
By the end of this book, you'll have a clear understanding of C programming, and have the skills you need to develop robust apps.
Table of Contents (20 chapters)
Preface
In Progress
| 0 / 6 sections completed |
0%
Working with Arrays
In Progress
| 0 / 8 sections completed |
0%
Managing Strings
In Progress
| 0 / 6 sections completed |
0%
Exploring Functions
In Progress
| 0 / 7 sections completed |
0%
Preprocessing and Compilation
In Progress
| 0 / 6 sections completed |
0%
Deep Dive into Pointers
In Progress
| 0 / 7 sections completed |
0%
File Handling
In Progress
| 0 / 7 sections completed |
0%
Implementing Concurrency
In Progress
| 0 / 7 sections completed |
0%
Networking and Inter-Process Communication
In Progress
| 0 / 7 sections completed |
0%
Sorting and Searching
In Progress
| 0 / 6 sections completed |
0%
Working with Graphs
In Progress
| 0 / 9 sections completed |
0%
Advanced Data Structures and Algorithms
In Progress
| 0 / 10 sections completed |
0%
Creativity with Graphics
In Progress
| 0 / 7 sections completed |
0%
Using MySQL Database
In Progress
| 0 / 8 sections completed |
0%
General-Purpose Utilities
In Progress
| 0 / 6 sections completed |
0%
Improving the Performance of Your Code
In Progress
| 0 / 4 sections completed |
0%
Low-Level Programming
In Progress
| 0 / 8 sections completed |
0%
Embedded Software and IoT
In Progress
| 0 / 9 sections completed |
0%
Applying Security in Coding
In Progress
| 0 / 10 sections completed |
0%
Other Books You May Enjoy
In Progress
| 0 / 2 sections completed |
0%
Customer Reviews