In order to remove the element from the linked list and use it somewhere else, how do you do that efficiently?
Software Engineer C Interview Questions
994 software engineer c interview questions shared by candidates
well all questions are expected, string reverse without reversing words for example " this is sentence" => "sentence is this", write c++ code to do so
puzzle of 3 boxes one contain red ball, one blue and one mixture of both, the labels of these boxes are not proper, how many minimum picks required to correct the label
"Write a subroutine, function, or method that takes an array of characters and returns an array of the same characters in reversed order with every consonant between 'a' and 'z' lower cased and every vowel between 'a' and 'z' upper cased."
Describe your experience with multithreaded processes
1. Write a function (in any programming language) that gets an integer parameter and returns the number of 1 digits in its binary representation. 2. How would you implement this even faster if you had infinite memory and processing capabilities.
Implement an efficient operation on some unique data structure based on an internal std::map
Given a file, how to select the 100 most frequent words
Basic C/C++ knowledges
What is the difference between Table valued function and stored procedure. Why it is not good to use lot of non cluster index
Viewing 11 - 20 interview questions