Find LCA of 2 nodes in a given binary tree, cycle detection in a linked list.
C Developer Interview Questions
3,500 c developer interview questions shared by candidates
Explain pillars of oops in detail.
What are Virtual functions and friend functions.
Multithreading question regarding integer over/under flow, data races, etc…
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
Viewing 3481 - 3490 interview questions