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
WHAT IS INT?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
How do we make a global variable accessible across files? Explain the extern keyword?
which type of aspect you want from the student.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Is c weakly typed?
how to create c progarm without void main()?
How will you write a code for accessing the length of an array without assigning it to another variable?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
What’s a signal? Explain what do I use signals for?
Explain what header files do I need in order to define the standard library functions I use?
How do I round numbers?