Home » Technical Questions » Programming

main() { char *p; p = "Hello"; printf ("%cn", *&*p); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!