To scan float a and double b, which scanf() statement will be used? June 6, 2022 by admin โช Choose the correct option.To scan float a and double b, which scanf() statement will be used?A. scanf(“%f%f”, &a, &b);B. NULLC. NULLD. NULL Submit Answer