How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102782write 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 30860write 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 5100please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
2148Input 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 12730Write 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 19632Write 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
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain central limit theorem?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
How remote updation of software might affect the development and implementation of the internet of things (iot)?
What Is Financial Management System?
Is there any difference between int[] a and int a[]?
Are you comfortable working in a team
How do you get the text value of a selected option?
Explain about multiple implementations and drive manager?
Suppose you have an application where you have to render images and also do some general computing.which service will best fit your need?
Write a program which uses functions like strcmp(), strcpy()? etc
What are the various ways to measure the effectiveness of an advertising campaign?
What is index-organized table in Oracle?
Is tcp better than udp?