the maximum value that an integer constant can have is

a) -32767

b) 32767

c) 1.701e+38

d) -1.7014e+38



the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d..

Answer / sadia

B

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


why do we use # in c-language?

1 Answers  






How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


What is variable and explain rules to declare variable in c?

0 Answers  


Is fortran faster than c?

0 Answers  


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


What do you know about the use of bit field?

0 Answers  


What are loops in c?

0 Answers  


Categories