Answer Posted / prasanthi
it came from BCPL..after B language they introduced C language
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the difference between exit() and _exit() function in c?
What do you mean by dynamic memory allocation in c?
What is the difference between far and near in c?
How can I access an I o board directly?
What is the significance of an algorithm to C programming?
Why is structure important for a child?
what is use of malloc and calloc?
Can we declare variable anywhere in c?
What does the file stdio.h contain?
Explain the Difference between the New and Malloc keyword.
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 are register variables in c?
What are the features of c languages?
What's the difference between constant char *p and char * constant p?
What is f'n in math?