bsc

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

commit 1af7732665a0240a2855f8be5307afeaad32029d
parent b867e60a3485653e4a56f17d39d710ed45910cfa
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Sun, 30 Nov 2025 12:52:41 +0530

Create pc012.c

garbage value
Diffstat:
Apractice-c/pc012.c | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/practice-c/pc012.c b/practice-c/pc012.c @@ -0,0 +1,10 @@ +#include<stdio.h> + +int main() +{ + int i; + int arr[] = {1, 2, 3} ; + for(i = 0; i < 5; i++) + printf("%d ", arr[i]); + return 0; +}+ \ No newline at end of file
© 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