What would be the values assigned to a, b, c, if the statement scanf(“

Loading

โœช 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 = 56
B. a = 1, b = 2, c = 3
C. a=123456 and nothing is assigned to b and c
D. a and b are not assigned anything, c = 123456