Latest C Aptitude Question SOLUTION: Consider the following code: for i= m to n increment 2 { print "Hello!" } Assuming m < n and exactly one of (m,n) is even, how many times will Hello be printed? Option 1 : (n