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

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

Häufig solche Fragen?
Effizienter lernen, kostenlos:
Heute heiß
Is this realistic enough?
2 Votes
Web Development
1 Votes
Cybersecurity techies
3 Votes
Please complete this code.
0 Votes
What's wrong with code?
0 Votes