Sunday, April 3, 2011

Programming using pointers and strings in C?

The “%s” is for strings and as you’re trying to print one single character, you must use “%c”

No comments:

Post a Comment