main() { int x=3, y=2; dp(x/y) }
What will be the output of the program?
Answer & Explanation Option: [A]