What would be the value assigned to a,b and c if the statement scanf (

Loading

โœช 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=567
B. a=123,b=567,c=9
C. a=123,b=456,c=789
D. a=1234,b=5678,c=9