Some logical and algorithmic tasks
Programador De Montagem C Interview Questions
3,509 programador de montagem c interview questions shared by candidates
Implement a function that comply with the following criteria: type, correctness, canonicity, and running time.
What is the difference between struct and union keywords in C ?
9 hours to implement assign method for interval_map, which meets certain criteria.
Interwal map assign function implementation.
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();
just ignored the coding test.
All details regarding my studies and professional experience were asked.
inheritance
Describe the IDisposable pattern.
Viewing 3481 - 3490 interview questions