write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 40342How to reverse a string using a recursive function, without swapping or using an extra memory?
31 97318If 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 10095array 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 14545Write a function that will take in a phone number and output all possible alphabetical combinations
694Post New Motorola C Interview Questions
Can we use node.js for frontend?
What are the components that workflow architecture?
Who built the sphinx?
Which scripting language is best for automation?
In a looping, what is the starting initial value of counter system variable?
What is the difference between a gun and a rifle and what advantage does a spinning bullet have?
What is the difference between count 1 and count (*) in a sql query?
What is workflow in hybris?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
Upto what age PF will be deducted for an employee? And what age he is eligible to gratuity?
What is json in javascript?
What is a code element?
What all information is to be provided in the MDQ?
Tell something about history of NABARD?
How can we call table level methods from form DS (similar methods)?