Computer Science, asked by sixcharacters, 2 months ago

What is the output of this program?
#include
#include
void find();
void main()
{
find();
getch();
}
void find()
{
cout<<"course";
}

Answers

Answered by rajkumar7524997801
33

Answer:

PLEASE. MARK ME AS BRAINLIEST ANSWER. If you think ANSWER is correct.

Attachments:
Similar questions