K
Q. Which is/are the sign qualifier(s) in C language?
The sign qualifiers are used to specify the signed nature of an integer type. The sign qualifiers are signed and unsigned.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. For which type, the format specifier "%i" is used?
Q. Decision making in the C programming language is ___.
Q. We want to get a decimal number entered from the keyboard, which statement is correct?
Q. The declaration means ' int (*p) [5];
Q. What will be the output of the following code snippet?
Q. What is the output of this C code?
Q. Which among the following is a Local Variable?
Q. The size of a union is ___.
Q. C programs are converted into machine language with the help of
Discusssion
Login to discuss.