Predict the output of following code:
1
For most in
main()
{
int a=b=c=d=10;
printf("%d, %d, %d,%d",
a,b,c,d);
}
Answers
Answered by
0
Answer:
double click on the answer and follow me
Explanation:
double click on the answer and follow me
Answered by
0
Answer:
error
Explanation:
bcoz undeclared b,c,d variables
Similar questions