- 
					 The generalised syntax for a real number representation is __________
 
- 
                        
- [digits][(E|e)[(+|-)]digits].
 - [.digits][digits][(E|e)[(+|-)]digits].
 - [digits][.digits][(E|e)[(+|-)]digits].
 - [digits][+digits][(E|e)[(+|-)]digits].
 - None of these
 
 
Correct Option: C
Floating-point literals may also be represented using exponential notation: a real number followed by the letter e (or E), followed by an optional plus or minus sign, followed by an integer exponent. This notation represents the real number multiplied by 10 to the power of the exponent.