A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
C 1895
Question { 4222 }
what is the output of following question?
void main()
{
int i=0,a[3];
a[i]=i++;
printf("%d",a[i]
}
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5814 }
In which category does main function belong??
Answer
Is This Answer Correct ? | 1 Yes | 0 No |