Problem solved..dont spend further time on it.
On Sun, Aug 21, 2011 at 12:42 PM, JAIDEV YADAV <[email protected]> wrote: > plz stop using turbo compilers ... > > > On Mon, Aug 22, 2011 at 1:11 AM, Romil ....... <[email protected]>wrote: > >> Thats exactly what I thought..but Turbo compiler tells something >> else..check it out please/ >> >> >> On Sun, Aug 21, 2011 at 12:36 PM, Abhishek <[email protected] >> > wrote: >> >>> here >>> >>> int fun(int(*)()); >>> is a function which accepts a function in its argument which returns 'int' >>> and accepts nothing. >>> since it is doing nothing with argument, so there is as usual o/p. >>> >>> >>> in short it is a concept of function pointers. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Algorithm Geeks" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/algogeeks/-/WcDEshfy6MAJ. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/algogeeks?hl=en. >>> >> >> >> >> -- >> Romil >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > > > -- > JaiDev Yadav > (National Yoga Champion) > Computer Engg. Dept. > National Institute of Technology > Kurukshetra,Haryana > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- Romil -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
