Can anybody explain the variations in printf syntax..i am confused in some of it like
printf(5+"hello my friend");//i have problem this addition of 5
printf("hello""my""friend");//i have problem with double apostrophe
what kind of printf prototype do these follows ? Is this have anything to do with dynamic linking? Can anybody show some other weird printfs and explain them.