Computer Science, asked by san9samishrutigeesh, 1 year ago

Find The Value of n for the Program
#include int main() { int i=2; int j=i+(1,2,3,4,5); printf("%d\n",j); return 0; } What will be output n?

Answers

Answered by yasas
1
the output of this program is or the value of n is 7
Similar questions