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

Answer Posted / darshan l.

Of course it is compiler dependent.
But the minimum size of long int must be 4 bytes(32 bits); it may be more than that also.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between array and pointer in c?

748


State the difference between x3 and x[3].

822


What is the difference between c &c++?

829


What is the advantage of an array over individual variables?

959


What is the difference between the expression “++a” and “a++”?

825


Is c is a high level language?

832


Why c is called top down?

830


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1741


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2217


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

859


What is dynamic variable in c?

770


What is wrong in this statement?

801


What is atoi and atof in c?

797


Explain can the sizeof operator be used to tell the size of an array passed to a function?

780


What is sorting in c plus plus?

728