Challenger App

No.1 PSC Learning App

1M+ Downloads
By default a real number is treated as a :

AFlot

BInteger

CDouble

DLong Double

Answer:

C. Double


Related Questions:

ASCII stands for :
........... is the process of successive reduction of a given set of relations to better form.

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

Which command is used to add a column into database table?
The number of relational operators in the C language is :