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
1
the output of this program is or the value of n is 7
Similar questions
Math,
7 months ago
Science,
7 months ago
Computer Science,
1 year ago
English,
1 year ago
Geography,
1 year ago