Q. Which function converts a string to an integer in C? (A) itoa() (B) stoi() (C) atoi() (D) int() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) atoi() Explanation: atoi() converts ASCII strings to integer values.