For activities with output like below, your output's whitespace (newlines or spaces) must match exactly. See this note. Jump to level 1 Write a statement that prints the following on a single output line (without a newline):

Respuesta :

Following are the program to the given question:

Program Explanation:

  • Include the necessary header file.
  • Defining the main method.
  • 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.

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

Ver imagen codiepienagoya
ACCESS MORE