# hovhannisyan_hasmik — Homework # Homework README This repository contains my C programming homework exercises. Some file names are written as dates. In those cases, the date indicates the day the code was written during class, or when I started the exercise in class and continued working on it at home. Each file includes a comment at the top describing the original exercise requirement. ## File Descriptions - 3March.c - Reversing an array - 7April.c - Dynamic input array - 31March.c - Swapping the values of two variables using pointers - 26Feb.c - Sum of digits of a number - 21April.c - Printing the current date using struct