Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#include
#include
int main() { char str[] = "Today's temperature is 24 degrees"; int amount = atoi(&str[23]); printf("%d", amount); return 0; }
24