#include <iostream.h> #includd<ctype.h> void Secret(char Msg[],int N); void main() {char SMS[]="rEPorTmE"; Secret (SMS,2); cout< | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

#include <iostream.h> #includd<ctype.h> void Secret(char Msg[],int N); void main() {char SMS[]="rEPorTmE"; Secret (SMS,2); cout<

find the output

1st Aug 2017, 5:11 PM
vishal kalbande
vishal kalbande - avatar
4 Answers
+ 8
No output or an error
1st Aug 2017, 6:07 PM
The Coding Sloth
The Coding Sloth - avatar
+ 5
C++ does not use void main Maybe turbo C++ did.
1st Aug 2017, 6:17 PM
Manual
Manual - avatar
+ 4
Dunno when the code is missing
1st Aug 2017, 5:30 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 3
That code would not compile
1st Aug 2017, 6:17 PM
Manual
Manual - avatar