Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / mathankumar

compiler

Is This Answer Correct ?    42 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the significance of static storage class specifier?

2196


why do some people write if(0 == x) instead of if(x == 0)?

1021


How old is c programming language?

973


How main function is called in c?

1081


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1960


What is the size of structure in c?

1105


Is it valid to address one element beyond the end of an array?

1130


What are the valid places to have keyword “break”?

1050


What are the features of the c language?

1045


What is structure packing in c?

1033


what is a function method?give example?

2327


Why is it usually a bad idea to use gets()? Suggest a workaround.

1712


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4557


Can you subtract pointers from each other? Why would you?

922


How can I remove the leading spaces from a string?

1104