EX - No 2
EX - No 2
Aim:
To install a C Compiler in the virtual machine created using virtual box and execute a simple C
program.
Procedure:
Step 1: Open the terminal on Ubuntu and install C compiler – “sudo apt install gcc”
Result:
Thus a C compiler is installed in the virtual machine and C program was executed and output
was obtained successfully.