void main () {int a = 3, b; b = 2a; printf("%d", b);} এই প্রোগ্রামে কোন স্টেটমেন্টের জন্য b এর মান 3 হবে?

A \( \text{b = a++} \) ;

B \( \text{b = a+} \) ;

C \( \text{b = a-~-} \) ;

D \( \text{A ও C উভয়ই} \)

Solution

Correct Answer: Option D

Practice More Questions on Our App!

Download our app for free and access thousands of MCQ questions with detailed solutions