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

Is multithreading possible in c?

0 Answers  


What is auto keyword in c?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


What is difference between union All statement and Union?

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,






convert 12345 to 54321 withoutusing strig

5 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


What does struct node * mean?

0 Answers  


define switch statement?

6 Answers   CTS,


What is the process to create increment and decrement stamen in c?

0 Answers  


Categories