bsc

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

commit b93ec54819efbe6df794130e7af4adeab703f55d
parent 65b15752e24a9c58000c984cbb0a105c0d03d34b
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Sun, 14 Sep 2025 19:08:33 +0530

Delete tution-c/APC2.c
Diffstat:
Dtution-c/APC2.c | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/tution-c/APC2.c b/tution-c/APC2.c @@ -1,13 +0,0 @@ -/* WAP to swap two integers. Display both numbers -before and after swap */ - -#include<stdio.h> -int main() { - int a = 10, b = 20, temp; - printf("Before swap A : %d, B : %d", a, b); - temp = a; - a = b; - b = temp; - printf("\nAfter swap A : %d, B : %d", a, b); - return 0; -}
© 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