Page 1 of 1

QUESTION 9 What is the effect of a #pragma once statement in a header (.h) file when 2 source (.cpp) files #include the

Posted: Tue Jul 05, 2022 10:19 am
by answerhappygod
QUESTION 9
What is the effect of a #pragmaonce statement in a header (.h) file when 2source (.cpp) files #include the header file that contains thestatement?
Choose one • 1 point
A. It skips the header for the second source file.
B. The second source also copies the header from the harddrive.
QUESTION 10
When committing a brand new file into one source control branchwith git, that file will automatically be added to all otherbranches.
Choose one • 1 point
1. True
2. False