write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 43102How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103401If 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 11287array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
12 17324Write a function that will take in a phone number and output all possible alphabetical combinations
1041Post New Motorola C Interview Questions
What is a cross-reaction?
Tell me what are the components has to be done in fpga board (altera)?
How do you validate the selection criteria of a report? And how do you display initial
How do you maintain accounting accuracy?
What is excel best used for?
What is difference between explode() or split() in PHP?
What is meant by sticky bit?
What are the characteristics of java?
how files are stored in Neo4j?
What amount of follow-on investment do you think our company will need to succeed? - Venture Capitalists
How do you prevent excel cells from overlapping?
Which interfaces are implemented by abstractqueue?
Explain the need of the timer control in ajax? : asp.net ajax
What is python used for at google?
What is jsp container?