0
how often pointer is used in c++?
3rd Jul 2020, 1:02 AM
Niraj Neupane

2 Risposte
0
void *v;
char *c;
c = "testing void point";
v = c;
print("%s\n",v);
3rd Jul 2020, 1:57 AM
Julio pereira

Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente:
Popolare oggi
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
0 Votes