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
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is a pointer and how it is initialized?
How can you find the day of the week given the date?
What are types of functions?
code for quick sort?
Write a program to find factorial of a number using recursive function.
What are directives in c?
What is the function of this pointer?
What is character set?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is ambagious result in C? explain with an example.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the purpose of ftell?
Once I have used freopen, how can I get the original stdout (or stdin) back?