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
what do you mean by enumeration constant?
what are enumerations in C
Under what circumstances does a name clash occur?
Is that possible to add pointers to each other?
Write a program to identify if a given binary tree is balanced or not.
What is the auto keyword good for?
Write a program to know whether the input number is an armstrong number.
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?
Explain how do you determine a file’s attributes?
What is the use of header files?
Explain what are global variables and explain how do you declare them?
what is different between auto and local static? why should we use local static?
Is return a keyword in c?
What are the different data types in C?
what will be maximum number of comparisons when number of elements are given?