Passing comma separated strings to printf. Discards the second argument, why?
Why does printf discard all the arguments except one when separated by commas?
For instance the following program gives hello as output.
|
printf("hello","world","duh");
|
Topic archived. No new replies allowed.