Answer Posted / jayant
ts a primitive data type used to store floating point values
like 12.009
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How is pointer initialized in c?
How many parameters should a function have?
What is the difference between struct and typedef struct in c?
What is the use of ?
What are local variables c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
How do I get a null pointer in my programs?
Can main () be called recursively?
difference between object file and executable file
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Explain how can I make sure that my program is the only one accessing a file?
is it possible to create your own header files?
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 difference between functions getch() and getche()?