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
define switch statement?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Why can't I perform arithmetic on a void* pointer?
What does char * * argv mean in c?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
which one is better structure or union?(other than the space occupied )
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
If null and 0 are equivalent as null pointer constants, which should I use?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
write a program wch produces its own source code aas its output?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc