How to detect an overflow in addition
Desenvolvedor De Software Junior Interview Questions
4,395 desenvolvedor de software junior interview questions shared by candidates
Given a stair of n steps, and you can only take 1 step up or 2 steps up, how many combinations of ways to get to the top of the stair. For example a stair of 3 steps has 3 ways (1,1,1; 1,2; 2,1;)
What I thought about working in the mortgages industry
POO en general, GIT, experiencias previas
Fibonacci series
Fibonacci Series and Robotic designing question.
Tell me about yourself. What was your GPA? What's your 3- to 5-year plan?
the second interview question: design a malloc function that guarantees that the address it returns is a multiplicand of 64. after that design a free function that takes such address and frees all allocated memory. both the functions can be implemented using the built in malloc and free, using a little tweek.
q2) delete a node in a linked list given a pointer to the node we want to delete (can be done in O(1)).
FIRST QUESTION: Write a function that gets a matrix of integers as a parameter and returns the socend largest integer, but you should loop the matrix only once, and consider all edge cases (including one row, one column, one value in all elements and so forth. (you need too think aboat them yourself but I mentioned almost all of them) need to solve in c.
Viewing 1891 - 1900 interview questions