Chọn kết quả đúng cho chương trình sau: #include <stdio.h> #include <string.h> void main() { struct S1 { float3/29Chọn kết quả đúng cho chương trình sau:#include <stdio.h>#include <string.h>void main(){struct S1{float d;float d1;float d2;};struct S1 m={12, 1};printf("%0.1f%0.1f%0.1f",m.d, m.d1, m.d2);};“12.01.00.0”“12.0000001.0000000.000000”Kết quả khác.Chương trình bị lỗi.Giải thíchChọn đáp án A.