how many argument we can pas in in a function
Answer Posted / prakash.m
any number of arguments based on our functionality
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are two dimensional arrays alternatively called as?
Explain what is the benefit of using enum to declare a constant?
c program to compute AREA under integral
what is a constant pointer in C
Do you know the use of fflush() function?
What functions are used for dynamic memory allocation in c language?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Differentiate fundamental data types and derived data types in C.
How can you increase the size of a statically allocated array?
What is the use of pragma in embedded c?
What is bubble sort in c?
Can static variables be declared in a header file?
FILE PROGRAMMING
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 the c keywords?