1.1. Find the missing element in a sorted array of ints in C. 1.2. Determine if the given char* is a palindrome in C. 2.1. Find the next node in a binary tree in C. 2.2. Find issues in given multi-threaded C code.
C Engineer Interview Questions
3,788 c engineer interview questions shared by candidates
Explain why SPI is preferred over I2C generally.
What is REST?
Explain C++ references
Sort an array by colors
A permutation/combination question more relevant for a quantitative position.
// TODO: implement fill_array function that inserts n symbols in the array with c set to random value // TODO: Implement print_letters function that given the array prints only symbols that have c , set to be a letter ('a'-'z') // TODO: Implement reverse_array function that given the array swap the symbols containing letters , 1 a b 2 c 3 -> 1 c b 2 a 3
Technical quest about C and Unix about threads unix editor and inter-process communication types
Mainly about oops in c++
Talk through a large piece of work you have done in a previous company and mention if there were any issues that had to be solved while doing this work.
Viewing 541 - 550 interview questions