Home / Programming MCQs / C Programming MCQs / Question
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
What is the output of this program?
Choose a correct statement about C language arrays.
How many times do we get through the following loop?
What is the output of C program with structure array pointers?
Choose a C Conditional Operator from the list.
What is the output of this C code?
What will be the output of the following C code?
Which is the right way to declare constant in C?
The precedence of member operator is _________ than all arithmatic and relational operator
Discusssion
Login to discuss.