Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { char str[] = "Today's temperature is 24 degrees"; int amount = atoi(&str[23]); printf("%d", amount); return 0; }
24