Can you write C++ game such as pin ball?
C Softwareentwickler Interview Questions
1,011 c softwareentwickler interview questions shared by candidates
20-30 of technical question regarding C#
C++ questions regarding Pointers, Arrays, STL and optimizing code for performance.
C++ : Virtual Function , Polymorphism , Object Slicing ,
What do you like to do in your free time?
Dynamic programming and STL tasks. I got only algorithm questions, analysis of their running time.
Why Zuercher?
Write a method that takes a string as a parmeter and returns the reversal of that string as a return type. // "hello, world" -> "dlrow ,olleh" // "test" -> "tset"
Sort numbers to the end of the array in linear time and in-place. example - 1,3,5,9,9,0,4,6,9 must become 1,3,5,0,4,6,9,9,9 , the method to solve this problem is a variation of bubble sort. (traverse array and push the desired number back by 1 position)
Tell me about your bachelor thesis.
Viewing 201 - 210 interview questions