Can i use “int” data type to store the value 32768? Why?


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

Post New Answer

More C Interview Questions

What is an auto variable in c?

0 Answers  


What is the difference b/w Structure & Union?

3 Answers  


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


code for inverse a matrix

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  






main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What is meant by high-order and low-order bytes?

0 Answers  


Explain zero based addressing.

0 Answers  


What is a const pointer?

0 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


what is real time system?what is the differance between hard and soft real time systems

2 Answers  


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


Categories