isPowerofTwo() without using addition
C Programmer Interview Questions
3,500 c programmer interview questions shared by candidates
Implement a thread safe circular buffer
Code an orderbook with GTC and FillAndKill order types.
implement two functions
Ask fundamentals about data structures and system call
All about is this coding task
Difference between override and overload? What are the different casting keywords in c++? I declare a class with a virtual function. What special function should be declared virtual? Why? Tell me about const. can non variables be const?
Etude d"un code en C++. Paradigme object Questions classique sur le language. Questions sur les structures de données Questions d'algorithmie
Twos complement of minus one....I haven't needed that in over 20 years.
Write a routine that reverses the word order of an input sentence, ignoring capitalization and punctuation. Whitespace is to be reduced to a single char. The function signature is: void reverseSentence(std::string& string) Examples " the quick brown fox jumps over the lazy dog " becomes "dog lazy the over jumps fox brown quick the". "hello world" becomes "world hello". “ Hi! ” is trimmed to “Hi!”. “” stays as “”.
Viewing 131 - 140 interview questions