Reversal of letters in each word of a sentence in the most efficient way
Software Development Engineer Interview Questions
32,844 software development engineer interview questions shared by candidates
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
find common ancestor in binary tree
explain virtual function call mechanism at memory level
Find exist in maze or prove its non existence.
Phone interview question: In C, why is it considered bad form for a function to return a pointer to a stack-allocated variable? What happens if you do it anyway?
Write a function to determine if a binary tree is balanced or not.
Count no. of words in a string
Reverse all the characters in a string before you encounter an 'x'. abcdxdd - > dcbaxdd
Reverse the string
Viewing 851 - 860 interview questions