Skip to content

This is a collection of all the programs performed during all the computer science subjects lab

Notifications You must be signed in to change notification settings

Ks121099/DTU-COE-Lab-Programs

Repository files navigation

CSE-Lab-Programs

This is a collection of all the programs performed during all the computer science subjects lab

Requirements

  1. gcc and g++ compiler
  2. Java (Version >8.0)
  3. JDK and JRE

To compile and execute the programs follow the steps;

C Language

Compile a file:

gcc -o (object-file name) filename.c

Run a file:

./(object-file name)

C++ Language

Compile a file:

g++ -o (object-file name) filename.cpp

Run a file:

./(object-file name)

Java Language

Compile a file:

javac filename.java

Run a file:

java filename

About

This is a collection of all the programs performed during all the computer science subjects lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published