A C E G H
+B D F A I
------------
E F G H D
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?
What is the purpose of 'register' keyword in c language?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
What is the difference between static and global variables?
Write a code to generate divisors of an integer?
How to implement call back functions ?
What do you know about the use of bit field?
What are the advantages of external class?
Write a Program to find whether the given number or string is palindrome.
What is a pointer on a pointer in c programming language?
What is the purpose of the preprocessor directive error?
What is an lvalue and an rvalue?