[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Operating System :: Basic Concepts (OS Structures ) - Discussion

Home > Operating System > Basic Concepts (OS Structures ) > MCQs Questions Discussion

11 / 29

Choose the correct option.

main()
{
int i=1;
fork();
fork();
fork();
printf("%d",i);
}
How many times i will be printed

A6

B8

C7

D4

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Cisco

Post Your Answer Here:     

No Discussion on this question yet!