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
What is linear search?
What are reserved words with a programming language?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is there a built-in function in C that can be used for sorting data?
What do you mean by recursion in c?
How to draw the flowchart for structure programs?
What is the difference between far and near in c?
What is the basic structure of c?
What is the difference between #include
Why c is a mother language?
What are register variables? What are the advantage of using register variables?
What is the maximum no. of arguments that can be given in a command line in C.?
Why is c still so popular?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Why should I use standard library functions instead of writing my own?