What is the maximum integer? What is the minimum integer? What is the maximum float? What is the minimum float? What is the maximum double? What is the minimum double? Which requires more storage space ints, floats or doubles? Which of the following are valid C++ identifiers? x, x++, 4x, count, ++X, X, int