int *a;
char *c;
*(a) = 20;
*c = *a;
printf("%c",*c);
ankit.4aug 0 Newbie Poster
Recommended Answers
Jump to Postthat'll never compile...
Jump to PostI smell homework.
Read up in your reference book on implementation of pointers.
All 7 Replies
jwenting 1,905 duckman Team Colleague
ankit.4aug 0 Newbie Poster
ankit.4aug 0 Newbie Poster
Red Goose 21 Junior Poster
ankit.4aug 0 Newbie Poster
L7Sqr 227 Practically a Master Poster
Suchita_1 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.