@Rahul kumar Dubey #include<stdio.h> double fn(char *a , int b , char c) { return (1.1); }
int main() { int it = 2; char ct = 'c'; char a[30]; printf("%d\n",(sizeof(fn))); } why it is always giving output as 1 irrespective of the return type of function ?? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.