Q. What is the correct syntax to declare a variable in C#? (A) type variableName = value; (B) type variableName; (C) variableName as type = value; (D) Both A and B. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Both A and B.