IDNLearn.com provides a collaborative environment for finding and sharing knowledge. Ask anything and get well-informed, reliable answers from our knowledgeable community members.
What is the output of the following code
#include
int main()
{
int a 10, b = 2, c;
a = 1(c = c = c) && ++b;
printf ("%d %d %d", b, c, a);
return 0;
Sagot :
We appreciate your presence here. Keep sharing knowledge and helping others find the answers they need. This community is the perfect place to learn together. Your questions find answers at IDNLearn.com. Thanks for visiting, and come back for more accurate and reliable solutions.