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
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
what are the uses of structure?
Why does this code crash?
Can the sizeof operator be used to tell the size of an array passed to a function?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
code for copying two strings with out strcpy() function.
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
How to print "Hi World" without using semi colon?
Why do we use return in c?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What are header files why are they important?