C Plus Plus Aptitude Question Answer Pointers Online Exam Quiz

C Plus Plus Aptitude Question Answer Pointers GK Quiz. Question and Answers related to C Plus Plus Aptitude Question Answer Pointers. MCQ (Multiple Choice Questions with answers about C Plus Plus Aptitude Question Answer Pointers

The operator used for dereferencing or indirection is ____

Options

A : *

B : &

C : ->

D : –>>

View Answer

Which one of the following is not a possible state for a pointer.

Options

A : hold the address of the specific object

B : point one past the end of an object

C : zero

D : point to a type

View Answer

The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is ____________

Options

A : int **fun(float**, char**)

B : int *fun(float*, char*)

C : int **fun(float*, char**)

D : int ***fun(*float, **char)

View Answer

Which of the following is illegal?

Options

A : int *ip;

B : string s, *sp = 0;

C : int i; double* dp = &i;

D : int *pi = 0;

View Answer

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming String Operations

C Programming Ungetc 2

C Programming Variable Length Argument

C Programming Variable Names 1

C Programming Variable Names 2

Cplusplus Interview Basic String

C Plus Plus Interview Macros

C Plus Plus Interview Questions And Answers Arrays

C Plus Plus Interview Questions And Answers Value Return

Cplusplus Interview Questions C Style Algorithms