Hi, its been some time since I did C prog (its not my field), but I do recall somethings from what I did 4 years ago.
What would be the output of the below prog (I know its a simple one), but I think it would execute for i = 5,6,7,8,9,10 (6 times), the printf statement. Yet some of my...