Answer Posted / nirmal kumar tailor
c is a procedural language and C++ is object oriented
language
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
In which language linux is written?
Explain how many levels deep can include files be nested?
write a c program to find the sum of five entered numbers using an array named number
Difference between exit() and _exit() function?
why do some people write if(0 == x) instead of if(x == 0)?
Can we change the value of constant variable in c?
Explain what are the standard predefined macros?
Why c is procedure oriented?
What are the various types of control structures in programming?
What are comments and how do you insert it in a C program?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What are qualifiers and modifiers c?
For what purpose null pointer used?
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.