Fridah's Blog
Fridah's Blog
Follow
Follow
homenewsletter
Tag

struct

#struct

More content

Read more stories on Hashnode


Articles with this tag

How to Print Multiple Data Types with a Single Function in C

Apr 22, 20233 min read

This code is a C program that allows you to print any combination of strings, characters, integers and floats using a single function. The main idea...

How to Print Multiple Data Types with a Single Function in C

Understanding Structs and Memory Allocation in C: A Comprehensive Guide with Example Code

Apr 18, 20232 min read

This code defines a struct for a dog, creates a new dog using a function, and then frees the memory used by the dog using another function. The struct...

Understanding Structs and Memory Allocation in C: A Comprehensive Guide with Example Code