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
ambiguity does not count as ambiguity
Redeclare with auto
print adapted struct
Affine Key Finder and Decrypter
Removing __unaligned specifier partial solution
#19
solution_problem4
Time Zone Registry
MSVC ignoring unknown attributes
accessing private of different type of template