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
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Is reference used in C?
Are there any problems with performing mathematical operations on different variable types?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
what about "char *(*(*a[])())();"
Write a program to generate the Fibinocci Series
What is the size of structure in c?
What are the 4 types of organizational structures?