Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problem_solution_1
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> int main() { char str[100]; char temp; cout<<"enter any of string "; gets(str); j=strlen(str); for(int i=0;i<j;i++) { temp=str[i]; str[i]=str[j]; str[i]=temp; i++; } cout<<"so the reverse string is "<<str; }
run
|
edit
|
history
|
help
0
MSVC C++ runtime bug in dynamic_cast
ambiguity does not count as ambiguity
Full System Specifications version 2
VC typeid example
default
C++ string format
hangman
VC++ Template Comment
MSVC_example_fscanf_s_and_chars_wchars
#21