Its a pointer to a function whose input is void and which returns an int. If fun1 declared outside fun(), would there be any change?
On Jul 23, 7:13 pm, tarak mehta <[email protected]> wrote: > fun(){ > int fun1(void); > ...} > > what is the data type of fun1() here?? -- 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.
