swap(a, b);
{int t; t = a; a = b; b = t;}
min(a, b);
max(a, b);
sqrt(x);
double
sizeof
sizeof(a)
sizeof a
memset