Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { char myStr[] = "4096 bytes should be enough"; int pos = strspn(myStr, "0123456789"); printf("%d", pos); return 0; }
4