Answer:
#include<iostream>
using namespace std;
struct student
{
string name;
int id;
float gpa;
int major;
};
int main()
{
student student1;
student1.name="Patil";
student1.id=1;
student1.gpa=9.80;
student1.major=123;
cout<<"First student last name: "<<student1.name;
}
Explanation:
A struct is a container or data structure in C and C++ that holds data that describes or represents an object. It is defined with the struct keyword. Just like a class constructor method, the struct is called with the struct name and the instance name of the struct.
The student struct above is used to create an instance of students registered in a school. The first student struct instance is the 'student1'.
The Common names for computer-based information systems are management information, , decision support, and executive support systems.
<h3>What are computer based information system?</h3>
The Computer Based Information Systems (CBIS) is known to be way where there is processing of data system into a kind of good or better quality information.
Note that they help in decision-making, coordination etc., and as such it is made up of Common names such as management information, , decision support, and executive support systems.
Learn more about information systems from
brainly.com/question/14688347
Remote desktop is a technology that allows users to connect to a specific computer from a remote location as if they were sitting in front of it.
<h3>What is the desktop remote system?</h3>
A remote desktop is a program or an operating system feature that permits a user to connect to a computer in another location, see that computer's desktop and interact with it as if it were local.
<h3>What is Remote Desktop example?</h3>
A basic example of a Remote Desktop is securing your home laptop to your office PC so you can access files, run applications, print documents, etc. on that PC without going into the office.
However, the host machine does not have to be a PC. It is often a waitperson or virtual server environment in many business use cases.
To learn more about remote desktop, refer
brainly.com/question/4455143
#SPJ4
Answer:
Ask about next steps and the best way to communicate.
Send a follow-up email within 24 hours.
Explanation:
Hi, the photo doesn’t show the question on what to answer, all I see are empt boxes, if you message me the question I will answer it for you!