Sscanf is used for ?

This question is related to Axes-Technologies Interview

Showing Answers 1 - 3 of 3 Answers

The sscanf derivative reads input from a character string passed as the first
argument.
The prototypes are as follows: (C or C++)




sscanf (const char *str, const char *format, ...);

PHP


mixed sscanf (const string str, const string format [, mixed args...])

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions