Answers for "use ster when declaring variables cpp"

C++
0

use ster when declaring variables cpp

int *i //means the value to which i points is an integer.
char **p //means that p is a pointer which is itself a pointer to a char.
Posted by: Guest on March-25-2021

Code answers related to "use ster when declaring variables cpp"

Browse Popular Code Answers by Language