#include<stdio.h>
#include<conio.h>
void main()
{
int i;
i=main();
printf("%d",i);
}
instead of i=main() using i=printf("hai");
returns no of characters printed.why cant i get i to print wh the main()
returns..if not give the correct procedure
---------------------------------
Connect with friends all over the world. Get Yahoo! India Messenger.
[Non-text portions of this message have been removed]
