What would be the value assigned to a,b and c if the statement scanf ( June 6, 2022 by admin โช Choose the correct option.What would be the value assigned to a,b and c if the statement scanf (“%3d,%3d,%3d”, &a,&b,&c) is executed with input data as 1234_5678_9 (Note: _ denote as blank)A. a=123,b=4,c=567B. a=123,b=567,c=9C. a=123,b=456,c=789D. a=1234,b=5678,c=9 Submit Answer