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
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the difference between the local variable and global variable in c?
can we declare a variable in different scopes with different data types? answer in detail
What are linked lists in c?
Place the #include statement must be written in the program?
Explain is it valid to address one element beyond the end of an array?
Explain the difference between the local variable and global variable in c?
Explain goto?
write a program whose output will be- 1 12 123 1234
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
What is void pointers in c?
What are dynamically linked and statically linked libraries?