write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 40740How to reverse a string using a recursive function, without swapping or using an extra memory?
31 98231If 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 10287array 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 14993Write a function that will take in a phone number and output all possible alphabetical combinations
758Post New Motorola C Interview Questions
How will you enable SMTP on Application Server?
Define bind() and unbind elements in jQuery?
can anyone tell me what kind of questions are asked for core java exam in aptech
My name is Tasha actually I had put my file for Australia PR on basis of Hairdresser, and I have shown my qualification of 10th passed, but I done my B.Com with Accountancy, and presently I am working as Accountant,Now I want to put up my file for Australia Student is it possible, and my age is 36 yrs, I had already given my IELTS (Academic) and I have scored 6 bands, but its period has been expired,please give me some answer what to do next.
How to write a multi-statement macro?
What is difference windows 7 and windows 10?
Is this job good for future? can do this job post grduate student?
What is it meants by '$_'?
Define what is constructor?
What does p p mean?
Can a program have two main functions?
What is myisamchk?
How to get a list of columns in an existing table?
Which is the package which is to be imported while working with webdriver?
Where does a scope change in a ruby program?