Write a function to compute a factorial n
Software Developer Interview Questions
96,307 software developer interview questions shared by candidates
You are given an array with negative and positive unsorted numbers. Find out a pair whose sum = 0. If no such pair exists, find the pair whose sum is the closest to 0.
Can we use the final keyword with the constructor?
what is inheritance
Frame format of CAN PROTOCOL
Tell me the inheritance concept in c++..?
Identify whether there exists a pair of numbers in an array such that their sum is equal to N Input: The first line contains one integer N, which is the sum we are trying to find; The second line contains one integer M, which is length of the array; This is followeb by M lines each containing one element of the array; Output: Output 1 if there exists a pair of numbers in the array such that their sum equals N. If such a pair does not exist, output 0. Note: The array must be sorted.
coding puzzles and examples of failures
Will constructors can be overloaded?
Suppose a basketball match is going on and apart from conventional manner to record that game i.e. video recording, I want to record that game in a structure, so which structure u will use and with which fields, to record that game so that whenever i go through that structure i'll get the whole description of the match event-wise i.e. what happened at which time.
Viewing 571 - 580 interview questions