CJCoding With Joseph
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
C Quiz #42

Indexing Into a String

mediumStrings

What does this code print?

📄 Code

1char s[] = "Hello";
2printf("%c", s[1]);