How to reverse alternate words in a given line of string
For Eg: my name is narasimha
output : my eman is ahmisaran
No Answer is Posted For this Question
Be the First to Post Answer
What is typedef?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
What is the use of define in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the significance of c program algorithms?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What is the process to generate random numbers in c programming language?
In C programming, what command or code can be used to determine if a number of odd or even?
What is integer constants?
Write a program to print numbers from 1 to 100 without using loop in c?
Why does not c have an exponentiation operator?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.