What is the output of the following C Code??
If the input entered is 11,22,33
#include stdio.h
void main()
{
int x,y,z;
printf("%d", (scanf("%d %d %d",&x,&y,&z)));
}


Posted on by