String pelindrome or not. There is no syntax error but y it is showing wrong output Output it is showing: Noob Is pel
#include<iostream>
#include<string.h>
int main()
{
char i[]="noop";
court<<i<<endl;
(i==strrev(i))?cout<<" pel": cout<<" not pel";
cout<<endl;
return 0;
}