If in a multiuser system a static variable is initialized as 10 and the first user increments its value by 1 and then the second user increments its value by one.
What is the value of the variable now?
(This question was asked in Accenture Technical Interview)