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
Tens frequentemente perguntas como esta?
Aprende de forma mais eficiente, gratuitamente:
Popular hoje
How create a new language ?
1 Votes
Beginner question
0 Votes
I need help to solve this
0 Votes
How To Enable Disable Divs?
0 Votes
Project
0 Votes



