English, asked by abhishek864202, 5 months ago

I was doubtful whether it was his​

Answers

Answered by renukavenkat2129
0

Answer:

I don't understand your question

please mark me as brainlist answer

Answered by umangkumar20
0

Answer:

1.

Observe the following C++ code and write the name(s) of the header file(s),

which will be essentially required to run it in a C++ compiler:

void main()

{

char CH,STR[20];

cin>>STR;

CH=toupper(STR[0]);

cout<<STR<< starts with <<CH<<endl;

}

Similar questions