i had to do a simple program that takes the user char input and makes it backwords. i basically have it but it prints out these other charatures before it.
heres the code
#include<iostream>
#include<conio.h>
#include<windows.h>
using namespace std;
int main ()
{
char word [20];
cout<<"Enter a word and I will print it out backwards :D"<<endl;
cin>>word;