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

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

Often have questions like this?
Learn more efficiently, for free:
Hot today
Best language?
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Bug in Completing AI Practice
0 Votes
Duration of heart refilling
0 Votes