What would be the values assigned to a, b, c, if the statement scanf(“ June 6, 2022 by admin โช Choose the correct option.What would be the values assigned to a, b, c, if the statement scanf(“%d %d %d”, &a, &b, &c) is extended with input data item 123466 ?A. a = 12, b = 34, c = 56B. a = 1, b = 2, c = 3C. a=123456 and nothing is assigned to b and cD. a and b are not assigned anything, c = 123456 Submit Answer