lydiapoetz4870 lydiapoetz4870 15-04-2024 Computers and Technology contestada What is the output of the following code? inline void print(int i) { cout << i << endl; } int main() { print(1) ; return 0; } A. 1 B. Nothing C. 2 D. 0