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
What is difference between array and pointer in c?
State the difference between x3 and x[3].
What is the difference between c &c++?
What is the advantage of an array over individual variables?
What is the difference between the expression “++a” and “a++”?
Is c is a high level language?
Why c is called top down?
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
how to print the character with maximum occurence and print that number of occurence too in a string given ?
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
What is dynamic variable in c?
What is wrong in this statement?
What is atoi and atof in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is sorting in c plus plus?