char s* and char s[]Code: #include <iostream> using namespace std; void main() { char *s="hello"; cout << &s...
This user does not accept Private Messages