All C programming & Algorithm

All C programming & Algorithm

Share

Figaro Olive Oil, 1Litre (912g) 22/09/2020

https://amzn.to/3kEph0A

Figaro Olive Oil, 1Litre (912g) Figaro Olive Oil, 1Litre (912g)

🎁All Online Offers 1🎁 22/09/2020

Follow this link to join my WhatsApp group:

🎁All Online Offers 1🎁 WhatsApp Group Invite

A manufacturing company classified its executives into 4 levels for the benefit of certain perks. The levels and corresponding perks are shown below: 15/06/2019

Levels Perks Conveyance Allowance Entertainment Allowance 1 1000 500 2 750 200 3 500 100 4 250 0 Income tax is deducted from the salary on a percentage basis as follows.
https://allcprogrammingandalgorithm.wordpress.com/2019/06/15/a-manufacturing-company-classified-its-executives-into-4-levels-for-the-benefit-of-certain-perks-the-levels-and-corresponding-perks-are-shown-below/
, List, , C Programming Example, Example, , LIst Stack, Stack, Queue, Queue, Queue,
Ended Queue (Dequeue), Search, Search, Sort, Sort, Sort, Sort, Sort, Sort, Sort, Doubly Linked List,
Singly Linked List, Linked Lists, Linked Lists, AND SEARCHING, , c programs, c language, Programming,
https://allcprogrammingandalgorithm.wordpress.com/

A manufacturing company classified its executives into 4 levels for the benefit of certain perks. The levels and corresponding perks are shown below: table, th, td { border: 1px solid black; text-align:center; } Levels PerksConveyance AllowanceEntertainment Allowance110005002750200 350010042500 Income tax is deducted from the salary on a percent…

Write a program in C to calculate gross salary of employee using : 15/06/2019

Gross Salary = Basic Pay + DA + HRA – PF. DA = 30% If Basic Pay < 5000 otherwise DA = 45% of the Basic Pay. HRA = 15% of Basic Pay. PF = 12% of Basic Pay. void main() { float gs,bp,DA,HRA,PF; printf("\n\nEnter basic pay="); scanf("%f",&bp); if (DA

Write a program in C to calculate gross salary of employee using : Gross Salary = Basic Pay + DA + HRA – PF. DA = 30% If Basic Pay < 5000 otherwise DA = 45% of the Basic Pay.HRA = 15% of Basic Pay. PF = 12% of Basic Pay. void main() { fl…

Write a program that read a number from 1 TO 7 and then print corresponding day name from the week using switch‐case. 15/06/2019

int main() { int week; printf("enter the week number(1-7)"); scanf("%d",&week); switch(week) { case 1: printf("monday"); break; case 2: printf("tuesday"); break; case 3: printf("wednesday"); break; case 4: printf("thusday"); break; case 5: printf("friday"); break; case 6: printf("saterday"); break; case 7: printf("sunday"); break; default: printf("invalid number"); } return 0; }

Write a program that read a number from 1 TO 7 and then print corresponding day name from the week using switch‐case. int main() { int week; printf(“enter the week number(1-7)”); scanf(“%d”,&week); switch(week) { case 1: printf(“monday”); break; case …

Write a program in C to enter any arithmetic operator (+ ‐ * /) and two integer values and display result according to selection of operator. 15/06/2019

void main() { char oper; int num1,num2,ans; printf("\nEnter Arithmetic operator===>" ); oper=getchar(); printf("\nEnter first value=" ); scanf("%d",&num1); printf("\nEnter second value=" ); scanf("%d",&num2); if(oper=='+') { ans=num1+num2; printf("\n\n\t ans is..%d\n\n",ans); } else if(oper=='-') { ans=num1-num2; printf("\n\n\t ans is..%d\n\n",ans); } else if(oper=='*') { ans=num1*num2; printf("\n\n\t ans is..%d\n\n",ans); } else if(oper=='/') { ans=num1/num2; printf("\n\n\t ans is..%d\n\n",ans); } }

Write a program in C to enter any arithmetic operator (+ ‐ * /) and two integer values and display result according to selection of operator. void main() { char oper; int num1,num2,ans; printf(“ Enter Arithmetic operator===>” ); oper=getchar(); printf(“ Enter first value=” ); scanf(& #8…

Want your business to be the top-listed Computer & Electronics Service in Ahmednagar?
Click here to claim your Sponsored Listing.

Address


Ahmednagar
380024