to convert a string without using decrement operater and
string functions
Answer Posted / shiva
itoa() int to string
atoi() this is to string to int
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 functions are used in dynamic memory allocation in c?
What does it mean when the linker says that _end is undefined?
shorting algorithmS
What is double pointer?
In a byte, what is the maximum decimal number that you can accommodate?
Write the syntax and purpose of a switch statement in C.
What is identifier in c?
Compare and contrast compilers from interpreters.
Is it better to use malloc() or calloc()?
What is the difference between declaring a variable and defining a variable?
What is getche() function?
For what purpose null pointer used?
What are the advantages of the functions?
Why header file is used in c?