Computer Science, asked by maheswarimachavarapu, 9 months ago

#include int main() { int a = 10, b = 11, c = 3; std::cout << ++a + 2 * b++ / c; return 0; }

Answers

Answered by tavishchhikara23
0

Explanation:

Are there any options to this qustion

Similar questions