Latest C Aptitude Question SOLUTION: output?? main() {i nt i=400,j=300; printf("%d..%d"); } A. 400..300 Explanation: printf takes the values of the first two assignments of the program. Any number of printf's may be