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
What is volatile variable in c?
Do you know the difference between exit() and _exit() function in c?
Who invented b language?
what is reason of your company position's in india no. 1.
How #define works?
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)
How can I read a binary data file properly?
What is return in c programming?
What is the scope of static variables in c language?
What is switch in c?
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.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How to create struct variables?
What does c mean before a date?