With the concepts of Queue Data Structure, write the functions performing the following tasks:
1.Insertion of an element in the Queue i.e. enqueue()
2.Deletion of an Element from the Queue i.e. dequeue()
3.Display All Elements in the Queue i.e. dispqueue()
4.Display the Element at the Front i.e. dispfront()
5.enqueue() the Queue with the elements in ascending order. After that,use the above four functions to display the same elements in the Queue in descending order.
Design a system that takes is capable of squaring its input 2D array followed by division with scalar ‘R’ For example, if the input array is A[m][n], the output should be A^2[m][n].
Write
a
program
in C++ to
display all ‘N’
arithmetic means between the consecutive elements of the
sum of Concatenated and Multiplexed versions of A1[R]
and A
2[R] entered by
a
user.
Consider the following relations:
EMP_NO EMP_NAME EMP_GRADE EMP_SAL EMP_CON DEPT_NO START_DATE
EMP
STD_NO STD_NAME STD_FATHER_NAME CLASS DEPT_NO
STD
a) Display all record of those STD whose name 3rd character is A or H or E?
b) Write query to display employee’s name and salary after the increment of 1232?
c) Display the employee’s name, employee No and start date of employees hired between February 1990, and December 1990. Order the query in ascending order by start date.
d) Display the employee Name and department number of all employees who work in department 22 and 11.
e) Display the name and salary of all employees who do not have a grade.
IPv4’s ARP and IPv6’s Neighbor Solicitation both map an address from one space to
another. In this respect they are similar. However, there are several differences. In what
major ways do they differ?
Note any areas where you may want or need some further explanation. Ask questions of your
fellow classmates.
Revisit the Discussion Forum often, responding to at least three other classmates and
responding to anyone who responded to your original post.