Multithreading question regarding integer over/under flow, data races, etc…
C Software Engineer Interview Questions
3,487 c software engineer interview questions shared by candidates
Valuing a bond.
What is the difference between struct and union keywords in C ?
Technical interviewer itself does not the generics and arguing with me with his half understanding about the same. when i said Generics are type safe and Generic type are checked at time of declaration checking ,happened at compile time .he is arguing.
Please wait patiently. You do not have to take any action now. You will be notified 10-20 mins before your interview is scheduled.
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();
What are the Oops piller. C++ with Database connectivity, constant pointer,grep command, exception handling. Singleton class
Implement the Singleton design pattern.
write a recursive function for fibonacci in C++
What is virtual function? what is protected Inheritance?
Viewing 3471 - 3480 interview questions