Hello
Can someone tell me what this is doing?
What does the stdin do?
Code:
{
fgets(line, sizeof(line), stdin);
sscanf(line, "%d",&num1);
}
Thanks