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
What is formal argument?
Explain in detail how strset (string handling function works )pls explain it with an example.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What are the types of i/o functions?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
what are the advantages & disadvantages of unions?
What are .h files and what should I put in them?
Difference between malloc() and calloc() function?
What is class and object in c?
how to find the kth smallest element in the given list of array elemnts.
Explain c preprocessor?
What are the types of functions in c?