Please tell the problem in the given question


why my code is not giving any correct output and is showing segmentation fault

@harryson
hello harshit,

a) in line no 33 ,it should l but u have written n
b) u cannot compare three character as x==y==z correct way will be x==y && y==z