listing down few questions:
1. w.a.p. which will not print numbers which has repeat digits. eg. first = 8, last = 12 , output = 8,9,10,12
2. replace " " with "%20" in string without using any string function
3. thread safe singleton class
4. find missing number from 2 arrays
5. input number, find binary. reverse binary and find integer. eg: 52 = 110100 :: 001011 = 11
6. cut stick problem (google this)
7. print stairs like below, recursion
#
##
###
####
#####