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 volatile variable in c?

753


Do you know the difference between exit() and _exit() function in c?

698


Who invented b language?

1031


what is reason of your company position's in india no. 1.

1871


How #define works?

730






Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6021


How can I read a binary data file properly?

712


What is return in c programming?

622


What is the scope of static variables in c language?

732


What is switch in c?

741


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1386


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1019


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

786


How to create struct variables?

689


What does c mean before a date?

715