why my code is not giving any correct output and is showing segmentation fault
Please tell the problem in the given question
@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
