Following are the program to the given question:
Program Explanation:
Program:
#include<stdio.h>//include header file
int main() //defining main method
{
printf("Hello..! and please vote the answer."); //print value.
return 0;
}
Output:
Please find the attached file.
Learn more:
brainly.com/question/13194823