Output will be

1,1
bcoz printf returns number of characters or integers printed

On Jun 11, 12:26 am, divya <sweetdivya....@gmail.com> wrote:
> #include <stdio.h>
> main()
> {
>  int a = 10000;
>  char b='c';
>  int i,j;
>
>  printf("%d,%d",printf("%d\n",a),printf("%c\n",b));
>
> wat shd b the o/p of this..plzz explain y?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@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.

Reply via email to