find gameobject with tag

C#
GameObject.FindWithTag("Enemy");GameObject.FindGameObjectsWithTag("Enemy");
Source

Also in C#: