You are on page 1of 4

Q1 Write down each command on terminal with example.

Q2Write a program in C language which find the factorial of positive integer number
and write down commands for execution on the terminal.
Q3Write program in C print natural numbers from 1 to 10 using for loop and create a
fork () you will see numbers will be printed twice, because of fork (), it will create duplicate
copy of the process.

You might also like