Structurally identical binaryTree

giving second test case wrong answer

@vikashkmr519,
Line 62 was error. https://ide.codingblocks.com/s/166858 corrected code.
Since you are writing tnode.data==onode.data and using && (and) operator. It will give error