What does memcpy return?
Software Engineer Developer Interview Questions
466,911 software engineer developer interview questions shared by candidates
1.) Sum of digits of a number 2.) Reverse a string 3.) sum of largest sequence number in an array list.
What is your degree score?
print a pattern with * to form a square like structure along with diagonals * * * * * * * * * * * * * * * * * * * * *
What do you do for fun outside work?
programs.. 1.You are given a number in form of integer consist of digits from 0 to 9. Each digit consist of several dash ( see figure) . Your job is to calculate the number of dashes in the given number. -- -- -- | | | | | | | | | | | | -- -- -- -- | | | | | | | | | | -- -- -- 2.An array of integers is given and you have to split the array from the index where sum of left hand side elements is equal to sum of right hand side elements for eg.[1,1,0,2] this will be splitted in two parts [1,1] [0,2] [3,2,1,5,1] will be [3,2,1] and[5,1] 3.a string is given "i am in delhi" if "elh" is there in the given string in the same order('e' then 'l' then 'h') then print "YES" else "no" 4.Write a program to check whether string is pallindrom or not
what is ios version now ?
there are 8 bottles, 1 of them is defective. you are given a weighing machine and you are only allowed to weigh twice, how will you identify which bottle is the defective one
abstract Class vs Interface
what's the easiest way to access all the diagonal elements of a 3x3 matrix
Viewing 1281 - 1290 interview questions