#pointers-in-c
Read more stories on Hashnode
Articles with this tag
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...
This is a C program that performs basic arithmetic calculations based on the command line arguments provided to it. The program takes three command...
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...