Computer Science, asked by vidyakr86751, 11 months ago

Find errors (if any) in the following code; correct it and write the output :
#include
void draw_line( );
void main( )
{
draw_line;
printf("...Wel Come to the C Function...\n");
draw_line;
}
void print_line( )
{
printf("===================\n");
}

Answers

Answered by deku123123123
0

Answer:

wooooow

Explanation:

Similar questions