If the size of int data type is two bytes, what is the range of signed int data type?


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

Post New Answer

More C Interview Questions

Which is better malloc or calloc?

0 Answers  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


What is a nested loop?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


What is a 'null pointer assignment' error?

0 Answers  


What is c system32 taskhostw exe?

0 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


How do you initialize function pointers? Give an example?

3 Answers  


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


Categories