T
Q. Comment on the following pointer declaration?
int *p, x;
In the above given statement, variable p is a pointer to integer, while x is an integer variable.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Arguments received by a function in C language are called ___ arguments.
Q. When all cases are unmatched which case is matched in a switch statement?
Q. C programs are converted into machine language with the help of
Q. Choose a correct statement about a C Switch Construct.
Q. What will be output if you will compile and execute the following c code?
Q. What is the output of the C Program?
Q. What will be output if you will compile and execute the following c code?
Q. We want to get a decimal number entered from the keyboard, which statement is correct?
Discusssion
Login to discuss.