Create a program for water sort puzzle mix up.
Write a C program to declare a structure name Employee consisting of the members (give appropriate data
type) name[30], salary, employee_ID[12], and age. Create three structure variables (emp1, emp2 and emp3) and
display the name and employee_ID of the person drawing highest salary.
Day Name-2
Given the weekday of the first day of the month, determine the day of the week of the given date in that month
Day name-2
Day name-2
Create a class library project called 'BankLibrary' with the following classes:
* SBAccount class * SBTransaction class
- AccountNumber - TransactionId
- CustomerName - TransactionDate
- CustomerAddress - AccountNumber
- CurrentBalance - Amount
- TransactionType
character strings are stored in the three linked lists inn fig.....(a) find the three strings. (b) form circular header lists from the one-way lists using CHAR[20],CHAR[19] and CHAR[18] as header nodes
In the situation where there are multiple users or a networked computer system, you probably share a printer with other users. When you request to print a file, your request is added to the print buffer. When your request reaches the front of the print buffer, your file is printed. This ensures that only one person at a time has access to the printer and that this access is given on a first-come, first-served basis. Write a C program to implement the above scenario.
The following stored procedures are required :
a) Return store details showing purchases done on a given date and the current stock of a given product
b) The system should ensure that during the quality check, if the product has a defect, it should be recorded in the
defect table and an appropriate message should be displayed