long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / gopi nath
Yes its obsolutely depend upon the the compiler.
turbo compiler in c environment it takes 4 bytes
but in unix environment it takes 8 bytes.......
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is gets() function?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is adt in c programming?
What is printf () in c?
Why use int main instead of void main?
Explain how does flowchart help in writing a program?
Write a program with dynamically allocation of variable.
Can static variables be declared in a header file?
Difference between linking and loading?
Can stdout be forced to print somewhere other than the screen?
Why shouldn’t I start variable names with underscores?
When do we get logical errors?
What is the purpose of ftell?
How to declare pointer variables?
What are all different types of pointers in c?