How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102816write 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 30875write 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 5106please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
2149Input 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 12731Write 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 19637Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 5667Post New Mind Tree C Interview Questions
How do you split a cell?
Can you archive posts on wordpress?
What is singleton class in c++?
How can you make real time sitemap.xml file in laravel?
What is jest?
What do you mean by proxy in spring framework?
What is the sort Of Measures?
What is an iso antigen?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
What is the difference between reference and pointer?
how to search instance through serial-no?
What is map side join?
have you already used mvc before? What you like/dislike about it?
State four different types of flow measurement, for gas flow measurement MMSCFD is the common unit expand the unit and specify significance of word S in the unit.
Why should I use the -w argument with my Perl programs?