7.
In C, what is the purpose of the 'void' pointer type (void*)?

8.
How do you declare a pointer to a function that takes two integers and returns an integer in C?

9.
What is the result of the expression ptr++ in C, where ptr is a pointer?

10.
In C, what is the purpose of the 'const' keyword when used with a pointer declaration?

Read More Section(Pointer)

Each Section contains maximum 100 MCQs question on Pointer. To get more questions visit other sections.