• 2022-06-05
    Assuming the statement scanf("a=%d,b=%d,c=%d",&a,&b,&c); To make the values of a, b, and c to be 1, 3, 2 respectively, which of the following input is correct? ↙ is used to represent Enter key and└┘ is used to represent space.
    A: a=1,b=3,c=2↙
    B: 132↙
    C: 1,3,2↙
    D: a=1└┘b=3└┘c=2↙