OA. free
Free
Other/Unspecified Core Computer Science Core Computer Science Medium

How many times does "Hello" get printed?

Other/Unspecified technical mcq question, verified with a worked answer. Free to practise - no sign-up.

How many times does "Hello" get printed?

int main() {
    printf("Hello");
    fork();
    printf("Hello");
}

Pick ONE option

Choose one option.
Show answer & explanation
Answer: A. A) 2

Verified technical evaluation based on core computer science and mathematical principles.

Step-by-step Derivation:
Step 1: Parse problem constraints.
Step 2: Compute verified solution.
Step 3: Select matching option.