Answer Posted / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why isnt there a numbered, multi-level break statement to break out
Write a program to swap two numbers without using a temporary variable?
Explain how can I write functions that take a variable number of arguments?
Define recursion in c.
Why does everyone say not to use scanf? What should I use instead?
How do we open a binary file in Read/Write mode in C?
What is hash table in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How reliable are floating-point comparisons?
How can I open files mentioned on the command line, and parse option flags?
What is meant by inheritance?
Which is more efficient, a switch statement or an if else chain?
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.
Can you define which header file to include at compile time?
What is static volatile in c?