Explain 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

how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


What is array of structure in c programming?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


What is structure padding and packing in c?

0 Answers  






why we need function pointers?

3 Answers  


How many types of operators are there in c?

0 Answers  


Is javascript based on c?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


what is the difference between structure and union?

3 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


Explain a pre-processor and its advantages.

0 Answers  


Categories