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
what are the different storage classes in c?
What is data types?
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 []);
What are terms in math?
Differentiate between the = symbol and == symbol?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Write the Program to reverse a string using pointers.
I have a varargs function which accepts a float parameter?
What is nested structure with example?
How can I manipulate individual bits?
Why does everyone say not to use gets?
What is an expression?
Why we use stdio h in c?
Can main () be called recursively?
What is wild pointer in c with example?