2. Write the output of following C Program
#include <stdio.h>
int main()
inti = 2;
int j = ++i+i;
printf("%d\n", j);
}
Answers
Answered by
2
Answer:
output of this program will be 3
Similar questions
Hindi,
5 months ago
Chemistry,
5 months ago
Geography,
5 months ago
India Languages,
11 months ago
Math,
1 year ago