Monday, September 7, 2009

Something abt printf....!

#include

int main()
{
     char q[]="%c\n";
     q[1] = 'c';
     printf (q,98);
}


...guys, again a new fundu abt printf.....tell the logic how-n-why printf behaving so...?

I request you all visitors t atleast try to give your opinion, and if more better you can do....than try to comment/compliment on the other people comments, its a blog meant for discussion...plz be a part of it.......coz your very-presence matters a lot to all of us. Plz tell your opinions that if you were given the same problems, than how you approach to solve these crazy-stuffs.

No comments: