Given a Binary Search Tree, iterate over the elements without using recursion.
Developer C Interview Questions
710,268 developer c interview questions shared by candidates
Given a list of k sublists containing n sorted integers, generate output as one sorted list. Comment on complexities.
Given a matrix print it clockwise from the first element to the very inner element.
given a list of words with a same size and a big string that contains one of the permutation of all the words combined(say p), find the startindex of the string p in the big string
You have three doors, behind one there is a prize. You choose door A, after that I ll tell you that behind door B there is no prize, do yuo keep your choice or change it ?
The unexpected question was about reversing a singly linked list with the given prototype. But I was the one to be blamed as I wasn't well prepared.
Given a list of strings, provide the number of strings that are unique within the list.
Find weather a number is even or odd without using mod operator.
Write a logic to reverse each string in a sentence without using builtin functions and minimal loops. Below is the scenario "Welcome to GGKTech" and output should be "emocleW ot hceTKGG"
Any five html empty tags (last round)
Viewing 451 - 460 interview questions