R
Q. What data type can store -15?
Standard integer type, signed, able to represent at least the numbers [-32 768 ; +32 767]. Same as the standard integer type, but unsigned, able to represent at least the numbers [0 ; 65 535].
You must be Logged in to update hint/solution
Q. What will be the output of the following C code?
Q. A labeled statement consist of an identifier followed by
Q. __________ statements are processed by the pre-processor.
Q. Which of the following indicate the end of file ?
Q. Which header file is used for dynamic memory allocation in C
Q. The keyword used to transfer control from a function back to the calling function is
Q. What will be the output of following c program?
Q. Which of the following are correct file opening modes in C?
Discusssion
Login to discuss.