Timeline for How do I count the number of sentences in C using ".", "?", "!"?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7, 2021 at 12:47 | comment | added | klutt |
strchr is MUCH bore suitable
|
|
| Jun 25, 2020 at 20:10 | vote | accept | TheAfroman | ||
| Jun 25, 2020 at 18:24 | comment | added | chux |
Aside: "C single quotes are used for char literals" --> In C, '!' is a character constant. C has 2 literals defined: string and compound, but not char literal. Both of which can have their address taken, unlike a constant. In C, '!' is type int.
|
|
| Jun 25, 2020 at 18:15 | history | answered | Karl Knechtel | CC BY-SA 4.0 |