-function for reversing the characters in a string; -function for traversing a binary tree; -function for reversing the bytes in an unsigned long.
C Engineer Interview Questions
3,798 c engineer interview questions shared by candidates
concurrency, smart pointers, stl, tcp/udp
Find longest substring of 1 if you can delete one 0. Code a hash table.
Write a function that can detect a cycle in a linked list.
Tell me about yourself How long have you been doing C# Which programming language do you prefer and why
Asked question about the scope of an object. He said I gave the wrong answer. Actually, not only was the answer I gave correct, but I demonstrated it in code after we talked. At the time, he said he wanted to move to the next step, a more thorough tech screen. Then another guy called and said I had failed the technical screening. In other words, it was "say one thing and do another."
it appeared interviewers didn't know much about the requirements in the job description. Not any technical question, just what you did before kind of things.
how can you solve when you have some problem
I was asked to write a shared_ptr implementation In algorithms section I was asked how hashmap allocates memory
1) Write a program that prints fizz at multiples of 3 and buzz at multiples of 5, print fizzbuzz at multiples of 3 and 5. 2) Write a program that solves magic squares problem. no need to be efficient, do it any way you want, fastest way to finish the program. -He recommended using brute force algorithm.
Viewing 1991 - 2000 interview questions