Skip to content

Commit b912aee

Browse files
renamed: Chapter_2/04_Quick_Quiz.c -> Chapter_2/Quick_Quiz/Quick_Quiz.c
new file: Chapter_2/Quick_Quiz/Solution.c
1 parent 5da4851 commit b912aee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
File renamed without changes.

Chapter_2/Quick_Quiz/Solution.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// As we all know that the arithmatic operation between a float and an integer always results in a float
2+
// so when we solve the question : int k = 3.0/9, the answer will be 0.33333 or something like that. But the variable "k" is of int type so it will not store the float value
3+
// So the exact value of "k" will be 0.

0 commit comments

Comments
 (0)