Computer Science, asked by ranjithkumar1442, 11 months ago

Which of the following is the proper declaration of a pointer?

Select one of the following:

ptr x;

int *x;

int &x;

int x;


Answers

Answered by sambita75
0

Answer:

ptr x; is the correct answer.

Answered by alishay0403
1

Explanation:

int *X

please mark as brainlist please

Similar questions