Computer Science, asked by bargavigannamani, 5 months ago

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 tanuj333saini333
0

Answer:

double click on the answer and follow me

Explanation:

double click on the answer and follow me

Answered by ravurisaisruthi
0

Answer:

error

Explanation:

bcoz undeclared b,c,d variables

Similar questions