What will be the output of this program? #include<iostream>
using namespace std; static int x = 5; void main()
x = 9;
}
int x = 4;
cout<<x;
}
Answers
Answered by
0
Answer:
Output: 3
Explanation:
As it is pre decrement operator the answer will be 3.
(Mark this answer as Brainliest)
Similar questions
Geography,
1 month ago
CBSE BOARD XII,
1 month ago
Math,
3 months ago
Math,
10 months ago
English,
10 months ago