Latest C Aptitude Question SOLUTION: What will be the output of the following pseudo-code statements: integer a = 456, b, c, d =10 b = a/d c = a - b print c