commit 0129f04c792f04985c5e87969b09a3d40b4eebe5
parent 29abcefbecf07ecdbfdb510b7fa883aaf83fbf2d
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Thu, 2 Oct 2025 20:17:09 +0530
Merge branch 'main' of https://github.com/notamitgamer/bsc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Letusc-exercises/lucproblem002.c b/Letusc-exercises/lucproblem002.c
@@ -1,6 +1,6 @@
/* A year is entered through the keyboard, write a program to
determine whether the year is leap or not. Use the logical operators
-&& and ||. */
+&& and || . */
/* Author - Amit Dutta, Date - 02th OCT, 2025 */
/* Let Us C, Chap - 4, Page - 64, Problem 4.1 */