Hi.I could not understand the following printf statement.Thank s for any
help.
int a=3,b=5;
printf(&a["Ya!Hello!h ow is this?%s],&b["junk/super]);
I think a[i] equals to*[a+i].But I could not understand the use of &
here.Bye.
Regards,
Eric
help.
int a=3,b=5;
printf(&a["Ya!Hello!h ow is this?%s],&b["junk/super]);
I think a[i] equals to*[a+i].But I could not understand the use of &
here.Bye.
Regards,
Eric
Comment