write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 42732How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102504If 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 11141array 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 16959Write a function that will take in a phone number and output all possible alphabetical combinations
1001Post New Motorola C Interview Questions
Have you worked on any Functional Specification doc recently? Have you done any development work/ assignment recently? The Interviewer asked me this question in an recent interview. Please give examples from your real time/ live data project along with detailed procedure/ work mechanism and explanation along with path and t-codes if any? Please answer this question asap.... Its Urgent.... Looking forward for your express reply...I have interview within 1-2 days. So, give reply to this query asap.. I would be very grateful to you for your timely help.Thanks in advance. Regards
What are managed associations and hibernate associations?
What is the purpose of a classifier?
What is difference between raw_input and input in python?
9.Difference between even and odd signals?explain with the diagram?
What is the function in r?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
'Invalid BLOb handle' error . what does this indicates?
Is dos operating system still in use?
How does a server find out server unavailability?
How can one get side to always record an absolute url for the open command's argument?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is soap? : salesforce integration
State the methods of improving power factor?
How to use word wrap?