Programming Language Syntax
A collection of basic syntax and code templates for popular programming languages — Java, C, Python, and JavaScript. This repository is designed for quick reference and revision of essential programming concepts and for Interview purposes.
📘 Overview
Each folder or file contains basic syntax examples covering:
📝 Variable declaration 📝 Data types 📝 Input / Output 📝 Conditional statements 📝 Loops 📝 Functions / Methods 📝 Arrays or Lists 📝 Comments and structure
💻 Languages Covered :
🟡 Java
File: java-syntax.txt Includes:
// Example: Basic Java Program public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
🔵 C
File: c-syntax.txt Includes:
#include <stdio.h>
int main() { printf("Hello, World!"); return 0; }
🐍 Python
File: python-syntax.txt Includes:
#Example: Basic Python Program print("Hello, World!")
🟢 JavaScript
File: javascript-syntax.txt Includes:
// Example: Basic JavaScript Program console.log("Hello, World!");
🧠 Purpose
This repository serves as a quick syntax guide for beginners and students revising core programming concepts. It’s especially useful for interview preparation and project groundwork.
Handled By :
🪶 Developer
Muhamad Haneef J Student | Web Developer | Full Stack Learner 📍 Government College of Technology, Coimbatore.