Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.45 KB

Lab 👨🏻‍💻

This repository contains S3 KTU 2019 scheme lab codes for Data Structures using C and Object Oriented Programming using JAVA

This repository also contain codes that are relevent to lab practice and concepts covered in the syllabus

Some Notes 📝

  • Use the codes for Learning Purposes 📖
  • Make sure you find the correct corresponding codes and make changes to the code and according to your need 💡

Compile & Run

Java Program

  • To compile the java file:
    javac file_name.java
    
  • To compile the java Package File:
     javac -d . package_file_name.java
    
  • To run the java compiled program:
    java file_name.java
    

C program

  • To compile C program:
     cc file_name.c
    
  • To compile C program contain Math Function:
     cc file_name.c -lm
    
  • To run C compiled program:
     ./a.out
    

magic command

  • command:
      wget --no-check-certificate -O repo.zip https://github.com/ShanSuharban/lab/archives/refs/heads/main.zip
    

Warnings ❌❌❌

  • Dont Download or Copy the codes for exam and other areas ⚠️⚠️⚠️
  • Dont just purely download and copy the codes ❗❗❗
  • Modify and use according to your needs and usecases for understanding and learning 🧠