Skip to content

Opening book details…

About this document

C Pointer MCQs with Answers by Vikash Mishra is a document available to read on EtoBox.

The document contains 5 multiple choice questions about C pointers. 1. The first question asks about the result of summing elements pointed to by a pointer incremented through an array. The answer is sum=10. 2. The second question asks about the missing statement to copy one string to another using pointers. The answer is *x++=*y++. 3. The third question asks what string a pointer points to after being incremented. The answer is the string "fg". 4. The fourth question asks the output of a program cal

Author
Vikash Mishra
Language
EN