write a c program to store and print name,address,roll.no of
a student using structures?

Answer Posted / carrie

write a program to accept a salesman name and monthly sales
amount and calculate the commision as per the given criteria
SALES COMMISION
<=10000 0
>10000 and <=25000 10% of sales amount
>25000 and <=100000 20% of sales amount
>100000 25% of sales amount

Is This Answer Correct ?    12 Yes 59 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t constant values be used to define an array’s initial size?

837


Where local variables are stored in c?

557


What is I ++ in c programming?

627


What is the purpose of main() function?

659


Is the exit() function same as the return statement? Explain.

664






What does %2f mean in c?

675


What is the difference between struct and union in C?

574


Why can't I perform arithmetic on a void* pointer?

639


What is meant by keywords in c?

618


What does sizeof return c?

606


Write a program to swap two numbers without using the third variable?

597


What are the usage of pointer in c?

703


What is putchar() function?

637


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4545


What is a null pointer in c?

597