Concept:Convert a repeating decimal to a fraction by multiplying to shift the decimal point and subtracting to eliminate the repeating part.Explanation:Let x=0.356=0.3565656…Multiply by 10 to shift one digit: 10x=3.565656…Multiply by 1000 to shift three digits: 1000x=356.565656…Subtract: 1000x−10x=356.5656…−3.5656…=353So 990x=353, thus x=990353​.Answer:990353​, which is option C.