#c
Read more stories on Hashnode
Articles with this tag
This is a C program that defines a function named print_number() which takes an integer value as a parameter and prints it to the console. It also has...
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...
This C program defines two functions: _strlen and _strcat. The _strlen function takes a string as input and returns its length. The _strcat function...
This C program defines two functions to reverse a given string: _strlen(char *str): calculates the length of a string str. reverse_string(char...