Computer Science, asked by kishanoberoy9675, 1 year ago

Observe the following program very carefully and write the name of those
header file(s), which are essentially needed to compile and execute
thefollowing program successfully:
void main()
{
char text[20], newText[20];
gets(text);
strcpy(newText,text);
for(int i=0;i

Answers

Answered by itsmeayushmsd
0

Answer:

To insert a text box:

Click the Text Box command in the Text group. Select a Built-in text box or Draw Text Box from the menu. If you select Built-in text box, left-click the text box you want to use, and it will appear in the document. If you select Draw Text Box, a crosshair cursor will appear

Explanation:

Similar questions