long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / dhiraj
Its always complier depended and the reason for this is
that int is always map to the word size of that processor.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Tell me what are bitwise shift operators?
what is different between auto and local static? why should we use local static?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is c token?
Does sprintf put null character?
Can math operations be performed on a void pointer?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Why does everyone say not to use gets?
Why do we use & in c?
Which header file is used for clrscr?
What are the 4 types of functions?
List the variables are used for writing doubly linked list program.
if p is a string contained in a string?
What is the process to create increment and decrement stamen in c?
Is fortran faster than c?