Is that possible to store 32768 in an int data type variable?


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

Post New Answer

More C Interview Questions

How arrays can be passed to a user defined function

0 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


What is the use of volatile?

0 Answers  


How can I invoke another program or command and trap its output?

0 Answers  






In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


what is the different between data structure and data type?

1 Answers   Ignou,


Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


What is the correct declaration of main?

0 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


Categories