Get Answers to all your Questions

header-bg qa

Find and write the output of the following C++ program code: Note: Assume all required header files are already included in the program. typedef char STRING[80]? void MIXITNOW(STRING S) int Size=strlen(S)? for (int I=0?I=’M’ && S[I]<=’U’) S[I]=’@’? void main() STRING Word=”CRACKAJACK”? MIXITNOW(Word)? cout<

Answers (1)

best_answer

RCCAAKAJKC will be the output of the code.

Posted by

Deependra Verma

View full answer