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

What header files do I need in order to define the standard library functions I use?

0 Answers  


How can I delete a file?

0 Answers  


can we initialize all the members of union?

2 Answers  


How can you increase the allowable number of simultaneously open files?

0 Answers  


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


What are control structures? What are the different types?

0 Answers  


How can you increase the size of a dynamically allocated array?

0 Answers   TISL,


What is the argument of a function in c?

0 Answers  


How can I call a function with an argument list built up at run time?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


Categories