bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit ab5cea2d37303ae4b43b44d63b7448b90b1b6dee
parent 44bfa2400ebf412d186516cdcfd58a47dc2b3361
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Sat, 20 Dec 2025 13:33:51 +0530

[2025-12-20] .\assignment-primary\assignment-p-12.c : Added atoi() reminder.

Diffstat:
Massignment-primary/assignment-p-12.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/assignment-primary/assignment-p-12.c b/assignment-primary/assignment-p-12.c @@ -39,6 +39,8 @@ maximum and minimum value among them. */ #include <stdio.h> #include <stdlib.h> +// use atoi() + int main(int argc, char *argv[]) { int current_val, max_val, min_val, i;
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror