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 #pragma statements.
In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]
What are the different types of constants?
What is the difference between exit() and _exit() function?
what is a constant pointer in C
Explain why C language is procedural?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are called c variables?
What are data structures in c and how to use them?
What is a good way to implement complex numbers in c?
Can a pointer be static?
What is volatile variable how do you declare it?
What is c++ used for today?
Define Spanning-Tree Protocol (STP)
Explain what is a const pointer?