C Software Developer Interview Questions

3,500 c software developer interview questions shared by candidates

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?
avatar

C++ FX Developer

Interviewed at Bloomberg

4
Sep 20, 2014

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?

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 “”.
avatar

Software Developer (C++)

Interviewed at Bloomberg

4
Jul 24, 2014

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

Glassdoor has 3,500 interview questions and reports from C software developer interviews. Prepare for your interview. Get hired. Love your job.