What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
Software Engineer C Developer Interview Questions
5,471 software engineer c developer interview questions shared by candidates
Implement the Singleton design pattern.
Explain a time when you were able to tie strategic initiatives to business value.
Some highly complex C++ programs that were really difficult to complete within the given time frame. HR interview was quite friendly.
What is List? describe functionalities.
What are the Oops piller. C++ with Database connectivity, constant pointer,grep command, exception handling. Singleton class
What is virtual function? what is protected Inheritance?
Describe some of your past programming projects
Tell us about a situation in which you needed to make an important decision quickly, but were faced with conflicting information from multiple sources. Please describe the situation, your actions, and the outcome of your final decision.
inheritance
Viewing 5451 - 5460 interview questions