write a program that declares an array of 30 elements named "income" in the main functions.
then cal and pass the array to a programmer-defined function named "getIncome"
within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen
using the following function:
"void getIncome ( ai []);
No Answer is Posted For this Question
Be the First to Post Answer
formula to convert 2500mmh2o into m3/hr
What are derived data types in c?
What is the c value paradox and how is it explained?
Is multithreading possible in c?
Explain Function Pointer?
What is a C array and illustrate the how is it different from a list.
write a program that print itself even if the source file is deleted?
what is foreign key in c language?
Is javascript written in c?
What does node * mean?
How do I get a null pointer in my programs?
What is size of union in c?