Computer Science, asked by sakchamgupta939, 4 months ago

difference between plain integer and long integer​

Answers

Answered by Anonymous
0

Answer:

Plain integers (also just called integers) are implemented using long in C, which gives them at least 32 bits of precision. Long integers have unlimited precision. Floating point numbers are implemented using double in C. ... Complex numbers have a real and imaginary part, which are each implemented using double in C.

Hope it helps you

Please mark me as brainliest

Thank you

Answered by Jaiakash86
0

Answer:

Your answer is below pls follow

Explanation:

Plain integers (also just called integers) are implemented using long in C, which gives them at least 32 bits of precision. Long integers have unlimited precision. Floating point numbers are implemented using double in C. ... Complex numbers have a real and imaginary part, which are each implemented using double in C.

Similar questions