1 For the relations s and r in your study manual of our chapter 2 (i.e., joining two relations), suppose
we type a collection of relational algebra queries, and get the following results.
A B C D E
Sam wants to create a program that required 20 integers. Suppose the following numbers are the value input as A [10] = {-10, 20, 30, 40, – 50, -60, -70, 30, 90, 10} and B[10] = {15, 12, 13,14, – 50, -60, -20, 25, 35, 30}.
Sam is developing a software program in python and has a question about how to implement a particular feature. which use of a resource is most likely to provide Sam with the best results?
Write a c++ program to create a structure to specify data on students roll number, name, year of joining. write a function to print names of all students who joined in particular year and print data of students whose roll number is given.
Hint (Use Structure Array and search data from structure array for particular year& rollno)