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

a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4549


What is a static variable in c?

675


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.

1208


How do you override a defined macro?

706


Discuss the function of conditional operator, size of operator and comma operator with examples.

686






How variables are declared in c?

578


Can a variable be both constant and volatile?

568


what is the height of tree if leaf node is at level 3. please explain

1606


When is a void pointer used?

682


Explain the binary height balanced tree?

730


Why does this code crash?

625


What is s or c?

604


What is #include conio h?

600


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1677


write a progrmm in c language take user interface generate table using for loop?

1580