int *ptr = "NULL"; // Here is a statement int *ptr; // Here is a set of two statements *ptr = "NULL"; /* when you print the first it gives 0 and second if you print it gives linking error why so */
Subscribe to:
Post Comments (Atom)
Review the code on this blog and provide your feedback
No comments:
Post a Comment