Observe the below code and choose the CORRECT option

  class Employee
    {
        public static int employeeCount;	//Line 1

        public Employee()
        {
            this.employeeCount += 1;		//Line 2
        }
        
        public static void Main(string[] args)
        {
            Employee e = new Employee();		
        }
    }

 

Error in Line 1, static variable declaration is wrong
Error in Line 2, static variable should not be accessed with this keyword
Error in Line 2, static variable cannot be used inside the constructor
Code will work without any compilation error
Verified Answer
Correct Option - b

To get all Infosys Certified CSharp Programmer Exam questions Join Telegram Group https://bit.ly/infy_premium_group

Telegram

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in

Updated on Tue, 1 Jul 2025