1.int Function(int Tmp = Show());
2.float Function(int Tmp = Show(int, float));
3.Both A and B.
4.float = Show(int, float) Function(Tmp);
Answer:1