+ 9

Question in C++ pointer and reference var.

A pointer can be declared as void but a reference can never be void why.? int a = 10; void* aa = &a;. //it is valid void &ar = a; // it is not valid

6th Aug 2020, 5:42 PM
💫As💫
1 ответ
Актуальное сегодня
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes