Answer:
The program to this question can be given as:
Program:
#include<stdio.h>//include header file
int main() //defining main method
{
printf("Hello..! and please vote the answer."); //print value.
return 0;
}
Output:
Hello..! and please vote the answer.
Explanation:
In the given question some information is missing that is the message to be printed, In this code assume some message to be displayed, and the description to the above code as follows:
- In the above code firstly header file is included for using a basic function like print method, input method, etc.
- In the next line main method is defined, inside the main method a print function is used in this function a message is passed with a double-quote ("'). When the code will execute it will print the message that is given in the output section.
This statement is not true. A table is defined as a collection of related records.
driver
A driver is the software that enables the OS (Operating System) to control a device.
What are Computer Drivers?
Your computer requires regular maintenance and updates in order to function properly. A driver is one component that may require attention. How do computer drivers function? Learn how these essentials keep you productive, as well as how to check for driver updates and perform them manually when necessary.
What does a computer driver do?
A driver, which is also known as the device driver, is the collection of files that instructs a piece of hardware on how to operate by communicating with a computer's operating system. Every piece of hardware, from internal computer components like your graphics card to external peripherals like a printer, requires a driver.
To know more about Computer Drivers, visit: brainly.com/question/28320294
#SPJ4
Answer:
If you mean this website, click the add answer button on the question
Explanation: