Write a code on reverse string and its complexity.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between declaration and definition of a variable or function ?
Explain what is the concatenation operator?
Explain bit masking in c?
What are structure types in C?
What is && in c programming?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is the use of ?: Operator?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the use of the function in c?
c program to manipulate x=1+3+5+...+n using recursion
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,