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 the difference between array and structure in c?
Explain high-order and low-order bytes.
what is the difference between declaration ,defenetion and initialization of a variable?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
Explain what is the difference between a free-standing and a hosted environment?
program to print upper & lower triangle of a matrix
Explain in detail how strset (string handling function works )pls explain it with an example.
write a program to copy a string without using a string?
What are the different types of errors?
How is actual parameter different from the formal parameter?
How can I change their mode to binary?