DJSAN10 28 Posting Whiz in Training

i thot tht ws quite implicit wat u said...
newez sry fr nt putting it correclty...
my doubt is simply whther is it necessary to perform d above typecast???

jonsca commented: Speak in full sentence English, please. That was part of the reason for the -1 before. -1
DJSAN10 28 Posting Whiz in Training

This is a part of code i read in a standard book..


f()
{}
.
.
.

int *ip;
ip=((int *)f);

my question is..f gives d address of function..then wat is d need to typecast..??/