Explanation : For XOR gate complements the single input eg if input 1 is given then you get 1 in output and vice versa This is called toggling.
NAND and NOR are universal gates and can be used to design XOR gate so they can also perform toggle operation.
Therefore correct answer is AND gate.