Wednesday, September 24, 2008

how to use signature of printf in c programming language

how to use signature of printf... according to our needs.....




Program
#include
main()
{
char p[]={"gaurav kapoor"};
int *name;
name=&p;
printf(name);
return 0;}

No comments:

Post a Comment

Thanks to given comments.......

My Blog List