A. condition ? True statement : false statement स्थिति ? सत्य कथन : असत्य कथन
B. condition : true statement ? False statement शर्त : सत्य कथन ? झूठा कथन
C. condition ? (true statement : false statement) स्थिति ? (सच्चा कथन : गलत कथन)
D. condition then true statement else false statement शर्त तब सत्य कथन अन्यथा असत्य कथन
Correct Answer is :
A. condition ? True statement : false statement