How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103651write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
10 31168write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
3 5215please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
2185Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
1 12796Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
5 19799Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 5758Post New Mind Tree C Interview Questions
Explain how often were you absent from work in your last job? Have you every had any serious illness or injuries? Do you have any health problems? : insurance sales
What is application context?
What is difference between hashmap and arraylist?
What is the Technology used to carry out trades? Pls Tell me as early as possible.
What is semaphore in c#?
What are packages in pl sql and also explain its advantages?
What are the variable naming conventions in javascript?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?
Please explain what is mvc and why do we use it?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
How do I create an aspx file?
How do I use xml namespaces with sax 2.0?
So quantum physics must use probability theory? : quantum physics
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is insert command?