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

Answer Posted / guest

compiler

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I change their mode to binary?

789


What is integer constants?

716


Is main a keyword in c?

720


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

745


What is the difference between mpi and openmp?

837






Explain the difference between ++u and u++?

738


What are header files and explain what are its uses in c programming?

712


What is the Purpose of 'extern' keyword in a function declaration?

740


while initialization of array why we use a[][2] why not a[2][]...?

1960


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1877


What is the general form of a C program?

682


What is an identifier?

708


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1215


Why is C language being considered a middle level language?

742


What is conio h in c?

716