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

can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,


Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


Is c is a procedural language?

0 Answers  






What do header files do?

0 Answers  


Can a program have two main functions?

0 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


What is bss in c?

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


How to implement variable argument functions ?

1 Answers   HP,


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


Categories