SyntaxFix
Write A Post
Hire A Developer
Questions
Use this:
#include <stdlib.h> #include <string.h> int main() { const char *d1 = "11"; int d1int = atoi(d1); printf("d1 = %d\n", d1); return 0; }
etc.