if the total selling price of 15 items and the total profit
earned on them is input through the keyboard, write a program
to find the cost price of one of the item
Answers were Sorted based on User's Feedback
Answer / jiaul haque sabuj
main()
{
float X,Y,Z,A;
printf("Please Enter the Total Price Of 15 Items : ");
scanf("%f",&X);
printf("Please Enter the total profit Earned on them : ");
scanf("%f",&Y);
Z=(X-Y)/15;
printf("The Cost Price of One Item is : %.2f",Z);
}
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / gagan kumar
void main()
{
int sell_pr, profit, cost_pr, cost_pr_one_item ;
clrscr();
printf(“Please enter the selling price of 15 items:”);
scanf(“%d”, &sell_pr);
printf(“Please enter the profit earned on 15 items:”);
scanf(“%d”, &profit);
cost_pr = sell_pr – profit;
cost_pr_one_item = cost_pr/15;
printf(“Cost price of one item is %d”, cost_pr_one_item);
getch();
}
| Is This Answer Correct ? | 6 Yes | 5 No |
What is f'n in math?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Explain what is the most efficient way to store flag values?
Explain what is the difference between a string and an array?
What is your stream meaning?
Explain how do you search data in a data file using random access method?
What is a header file?
What are the 3 types of structures?
In scanf h is used for
How to implement variable argument functions ?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical