C# MCQ Assignment Question 1: Which of the following is the correct syntax to declare a variable in C#? int 4value; int value; int value=4; int value= Correct Answer: 2, 3 Question 2: Which of the following is the entry point of a C# program? Main() Start() Program() Begin() Correct Answer: 1 Question 3: Which …