how the size of an integer is decided?
- is it based on processor or compiler or OS?

Answer Posted / pratheeba

compiler

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1331


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2128


Explain argument and its types.

672


What is difference between class and structure?

653


What is the size of structure pointer in c?

683






What is masking?

716


can anyone suggest some site name..where i can get some good data structure puzzles???

1709


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1663


When do we get logical errors?

701


write a program to generate address labels using structures?

4108


What are the complete rules for header file searching?

733


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2097


What is identifiers in c with examples?

732


How do you print only part of a string?

671


Tell me what are bitwise shift operators?

726