geeksforgeeks Output of C++ Program | Set 1 Predict the output of below C++ programs. Question 1 // Assume that integers take 4 bytes. #include using namespace std; class Test { static int i; int j; }; int Test::i; int main() { cout 공부/C++ Quiz 2021.07.07