why should i select you?
Answers were Sorted based on User's Feedback
which is an algorithm for sorting in a growing Lexicographic order
1 What is a Data Structure?
How to find the usage of memory in a c program
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What are types of preprocessor in c?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
Are local variables initialized to zero by default in c?
Why is c not oop?
What are volatile variables in c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }