T
Q. Pointer arithmetic is not possible on ___.
Pointer arithmetic is not possible on void pointers due to lack of concrete value and size.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following is allowed in a C Arithmetic instruction
Q. Which of the following cannot be used as LHS of the expression in for (exp1 ;exp2 ; exp3) ?
Q. What value does testarray[2][1][0] in the sample code contain?
Q. How many functions are required to create a recursive functionality?
Q. C99 standard guarantees uniqueness of ___________ characters for external names.
Q. If a functions return type is not explicitly defined then it is default to ..........(in C)
Q. What is the range of a signed char variable in C?
Q. What is the output of this program?
Q. Which of the programming language is said to be machine independent language?
Discusssion
Login to discuss.