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 a pointer in c?
What is s or c?
What is meant by inheritance?
Explain what is wrong in this statement?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is property type c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
hi any body pls give me company name interview conduct "c" language only
write a c program to calculate sum of digits till it reduces to a single digit using recursion
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
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 are dangling pointers? How are dangling pointers different from memory leaks?
Why is event driven programming or procedural programming, better within specific scenario?
Is stack a keyword in c?
What is masking?