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

Answer Posted / shruti

yes its compiler dependant..
these are figures with respect to only one compiler..
it may change for others.

but it genrally takes 6 bytes space..

float 4 bytes..
double 8 bytes..

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by enumeration constant?

764


what are enumerations in C

904


Under what circumstances does a name clash occur?

908


Is that possible to add pointers to each other?

1101


Write a program to identify if a given binary tree is balanced or not.

890






What is the auto keyword good for?

798


Write a program to know whether the input number is an armstrong number.

875


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

878


Explain how do you determine a file’s attributes?

784


What is the use of header files?

801


Explain what are global variables and explain how do you declare them?

817


what is different between auto and local static? why should we use local static?

853


Is return a keyword in c?

811


What are the different data types in C?

918


what will be maximum number of comparisons when number of elements are given?

1631