Latest C Aptitude Question SOLUTION: To scan a and b given below, which of the following scanf() statement will you use? #include float a; double b; Options 1) scanf("%f %f", &a, &b); 2) scanf("%Lf %Lf", &a