commit ba9a8d90ba392801c51377e4f89028aed8df9350 parent 8c50ef98b85ef5bcdf80166475e1dc25607b942a Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 31 Mar 2026 20:33:26 +0530 Add header comments to pc016.c Added header comments with author, date, repo, and license information. Diffstat:
| M | Semester_1/practice-c/pc016.c | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/Semester_1/practice-c/pc016.c b/Semester_1/practice-c/pc016.c @@ -1,3 +1,11 @@ +/* + * Author: Amit Dutta (amitdutta4255@gmail.com) | Date: 31 Mar 2026 + * Repo: https://github.com/notamitgamer/bsc + * License: MIT + */ + +/* Write a c program that records book data from user and stores them in to a file. */ + #include <stdio.h> #include <stdlib.h> #include <string.h>