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. What will be the output of the following statement ?
Q. The minimum number of temporary variables needed to swap the contents of two variables is
Q. An array is a collection of variables that are of the dissimilar data type.
Q. Increment (++) and decrement (--) are the ___ operators in C?
Q. Recursive functions are executed in a?
Q. What will be the output of this code?
Q. Which of the following is not a storage class specifier in C?
Q. goto can be used to jump from main to within a function?
Q. Which of the following mode argument is used to truncate?
Discusssion
Login to discuss.