long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / vinnothkumar

its compiler dependent

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c used in embedded systems?

615


What is the difference between int main and void main?

576


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3692


What is a header file?

639


What does void main () mean?

736






What is meant by gets in c?

610


Why can’t we compare structures?

815


What is the explanation for prototype function in c?

572


Describe wild pointers in c?

641


Hi can anyone tell what is a start up code?

1617


What is masking?

638


What is use of #include in c?

601


Are bit fields portable?

680


What is the significance of c program algorithms?

683


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1588