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
Explain the difference between malloc() and calloc() function?
What is type qualifiers?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Explain the process of converting a Tree into a Binary Tree.
Can math operations be performed on a void pointer?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the difference between test design and test case design?
What is linear search?
What are the advantages of c language?
What is define directive?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
write a progrmm in c language take user interface generate table using for loop?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Explain how do you declare an array that will hold more than 64kb of data?
Explain what is the difference between text files and binary files?