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
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
What is the difference between fork() and vfork()?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is pragma c?
What are static variables, and where are they stored?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
What are directives in c?
Where register variables are stored in c?
Is void a keyword in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,