Interview Questions

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

C Interview Questions and Answers


(Continued from previous question...)

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

Which expression always return true? Which always return false? expression if (a=0) always return false
expression if (a=1) always return true

(Continued on next question...)

Other Interview Questions