plz tell me what does line means:
scanf ("%[^\n]s",char);
and some variants like: "%*s" and "%*s%s"
plz correct if any thing is wrong..
scanf ("%[^\n]s",char);
and some variants like: "%*s" and "%*s%s"
plz correct if any thing is wrong..
Comment