Write a program to exchange two variaables without temp
Answer Posted / {
void main()
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
write an algorithm to display a square matrix.
write a program to create a sparse matrix using dynamic memory allocation.
What are header files and explain what are its uses in c programming?
Is c still relevant?
How can you find out how much memory is available?
what do you mean by inline function in C?
What is difference between static and global variable in c?
ATM machine and railway reservation class/object diagram
Explain what are preprocessor directives?
what is the significance of static storage class specifier?
Is fortran still used in 2018?
What standard functions are available to manipulate strings?
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 10 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.
What is the use of ?