Pointers Questions and Answers
Practice ModeShowing 10 of 217 questions
Q191
Which of the following pointer can not be dereferenced ?
Answer: Option D
Q192
Which of following is true ?
Answer: Option A
Q193
When the pointer points beyond 64kb proess memory is called
Answer: Option B
Q194
Page zise in ANSI C is decided based on
Answer: Option B
Q195
What is major difference between strcpy and strncpy ?
Answer: Option B
Q196
Segment size in Turbo C is decided base on
Answer: Option A
Q197
when malloc allocate memory beyond 64kb memory in turbo C, at that itme memory model should be
Answer: Option C
Q198
Which of following opeator is used to dereference a memory location ?
Answer: Option A
Q199
Address + 1 =
Answer: Option A
Q200
If pointer is capable of pointing to kernel area of Linux, then
Answer: Option C