How are 16- and 32-bit numbers stored?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  






What is the use of clrscr?

0 Answers  


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


What is formal argument?

0 Answers  


whitch value return void main?

11 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


What is wrong with this declaration?

0 Answers  


Categories