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?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
How do you initialize pointer variables?
What is difference between union All statement and Union?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Write a program to print the prime numbers from 1 to 100?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
Differentiate between the expression “++a” and “a++”?