What is the opposite of scientific notation?
There is no true opposite of scientific notation, but the closest answer is Standard Notation.
Find each product write the answers in scientific notation?
I'm going to assume you know how to find the product of two numbers.
55 x 45 = 2475 = 2.475 x 10^3
How do you write 0.00025 in scientific notation?
Move 4 decimal places to the right and we write the term as:
2.5 x 10-4
What is the correct scientific notation for 4.22?
It is 4.22, as in the question. You can add " *100" but that is redundant.
How do you convert from array notation to pointer notation?
In the C and C++ languages the array notation arr[i] is completely equivalent to the pointer notation *(arr + i).