Latest C Aptitude Question SOLUTION: Consider the following code: function modify(a,b) { integer c, d = 2 c = a*d + b return c } function calculate( ) { integer a = 5, b = 20, c integer d = 10 c = modify