+ 4
int i=1,2,3 ; printf ("%d", i) ; int x; x=1,2,3 ; printf ("%d", x)
What is the output?
3 Respostas
+ 7
Hello, 😊
If you need help, you can post the code you're struggling with!
• SEARCH for similar QUESTIONS or ANSWERS before posting
• Include relevant TAGS
• https://www.sololearn.com/post/75089/?ref=app
+ 5
No for i it is showing error and for x output is 3. But why not 3 for i?
+ 3
Rishabh Gupta
Please don't use the question title to write codes. Use title to briefly describe the question only, write the code in Description. But for big codes you need to save it and put the code link instead.
P.S. You could've also explained the doubt you wrote about error for <i> assignment in Description to add clarity 👍