Computer Science, asked by niveda5704, 1 year ago

Find and write the output of the following C++ program code:
typedef char STRING[80];
void MIXNOW(STRING S)
{
int Size=strlen(S);
for(int I=0;I {
char WS=S[I];
S[I]=S[I+1];
S[I+1]=WS;
}
for (I=1;I if (S[I]>=’M’ && S[I]<=’U’)
S[I]=’@’;
}
void main()
{
STRING Word="CBSEEXAM2019";
MIXNOW(Word);
cout< }

Answers

Answered by asim7977
0
Hi I am sorry I am not sure if you have any one or if you have any one or if you have any eeee
Similar questions