Write a function that returns the square root of a number (obviously without using any sort of built-in square root function).
Softwareentwickler Cc Interview Questions
512,822 softwareentwickler cc interview questions shared by candidates
Write a function that takes in an integer and returns the number of ones set in the binary representation.
Write the actual code to reverse a linked list
Write the actual code to parse a regular expression including "*", which stands for 0 or more characters, "+", which stands for 1 or more characters, and ".", which stands for 1 exact character.
Given an array [1, 2, 3, 4, 3, 5] and number x, rotate the array such that all occurrences of x are shifted at the end. For example, x = 3, then output should be [1, 2, 4, 5, 3, 3]
Reversal of String Difference between GET and POST REST API
Implement a stack using a Queue
I had a difficult question about a cuboid composed of smaller cubes. How many cubes are there where exactly two faces of the cube are exposed?
How would you count the number of words in a string consisting of uneven number of spaces between words( not dictionary words)? With and without library functions.
ii) In a file or one million words find a pattern of words.
Viewing 1481 - 1490 interview questions