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...

long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / darshan l.

Of course it is compiler dependent.
But the minimum size of long int must be 4 bytes(32 bits); it may be more than that also.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the -> in c?

1066


Is it better to use a macro or a function?

1206


What is the purpose of the statement: strcat (S2, S1)?

1223


i have a written test for microland please give me test pattern

2781


program for reversing a selected line word by word when multiple lines are given without using strrev

2537


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23905


How can I find the modification date and time of a file?

1126


How can I determine whether a machines byte order is big-endian or little-endian?

1124


What are the advantage of c language?

1105


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2099


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2462


What are the different types of pointers used in c language?

1100


What is wrong with this code?

1242


Can the curly brackets { } be used to enclose a single line of code?

1217


Explain what are linked list?

1092