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

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

Costuma ter perguntas como essa?
Aprenda de maneira mais eficiente, de graça:
Quente hoje
Ai generated practices
2 Votes
Solving coding challenges
2 Votes
I am new
1 Votes
Advertising in Sololearn
0 Votes
RUST'S FUTURE
1 Votes
Programming Language
0 Votes