Big O notation. Discard lower-order terms of the expression, then discard the leading coefficient. What is the big O notation of the following function?

a) O(1)
b) O(n)
c) O(n^2)
d) O(log n)