how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rani
I think its compiler specific bcoz a char holds 1byte in c
where as it holds 2 bytes in java.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Write a program to check armstrong number in c?
What do you understand by normalization of pointers?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
what is uses of .net
Explain how can you be sure that a program follows the ansi c standard?
What is a const pointer?
What are the advantages and disadvantages of a heap?
Can you assign a different address to an array tag?
explain what is fifo?
In C, What is the #line used for?
Why flag is used in c?
What is the advantage of an array over individual variables?
Why can't I perform arithmetic on a void* pointer?