in an array with 10, 22, 13 . output 10, 32, 45,
Desenvolvedor Interview Questions
102,613 desenvolvedor interview questions shared by candidates
2.1. Print number from 1 to 100 without using loop.
Should abstract class compulsorily posses abstract method?
Replace the number of T's in the word OpenText with the count of that letter ?
Given an array and a target number, T, print out all the pairs in the array that add up to T without printing duplicates. Duplicate: (5,6)=(6,5)
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
Write Hello World in C#.
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
There is a linked list, only given the pointer of one node, how to delete that node in the linked list.
Viewing 361 - 370 interview questions