bsc

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

commit 29cc0bf3a21322bb8a1517c3a51305449c285d28
parent d77d7c05df4a6f025b4eb0f44e8beaf104a9b3bd
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Mon,  6 Oct 2025 18:50:06 +0530

update luc026

Diffstat:
Mletusc/luc026.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/letusc/luc026.c b/letusc/luc026.c @@ -11,7 +11,7 @@ int main() { double angle, result; printf("Enter the angle value in degree : "); - // checking is the input is other than number. + // checking if the input is other than number. if(scanf("%lf", &angle) != 1) { printf("\nPlease enter a number."); return 1;
© 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