What is a C programming

What is a C Program? | Detailed Explanation of C Tokens and Identifier Rules 💻 What is a C Program? A C program is a computer program written in the C programming language , which is a general-purpose, powerful, and fast low-level language. It was developed by Dennis Ritchie in 1972 at Bell Labs to create the Unix Operating System . C is the foundation of many modern programming languages such as C++ , Java , and Python . C is a powerful and efficient language — it allows direct control of memory and is ideal for creating high-performance software. ✨ Key Features of the C Language: Fast execution Efficient memory management Modular programming support Portable across platforms 🧠 Example of a Simple C Program: #include <stdio.h> int main() { printf("Hello, World!\\n"); return 0; } This program simply prints “Hello, World!” on the screen. 🔹 What are C Tokens? When writing a C program, each statement is made up o...

GitHub கணக்கை துவங்குவது எப்படி?

GitHub கணக்கை துவங்குவது எப்படி?

GitHub கணக்கை துவங்குவது எப்படி? (தமிழில்)

GitHub என்பது நிரலாளர்களுக்கான ஒரு இணையதளம். இதில் நிரல்கள் (code) சேமிக்க, பகிர மற்றும் கூட்டாக வேலை செய்ய முடியும்.

1. GitHub என்றால் என்ன?

  • GitHub = Git + Cloud + Collaboration Tools
  • GitHub-இல் நிரல்கள் version history-யுடன் பாதுகாக்கப்படலாம்
  • Open source project-களில் பங்கு பெறலாம்

2. GitHub கணக்கை தொடங்குவது எப்படி?

  1. GitHub இணையதளத்திற்கு செல்லவும்: https://github.com
  2. Sign Up பொத்தானை கிளிக் செய்யவும்
  3. Username, Email, Password உள்ளிட்ட விவரங்களை நிரப்பவும்
  4. CAPTCHA மற்றும் email verification முடிக்கவும்
  5. உங்கள் GitHub account தயார்!

3. Repository உருவாக்குவது எப்படி?

  • Dashboard-இல் "➕" → New Repository தேர்வு செய்யவும்
  • Repository name: உதா: my-first-project
  • Initialize with README என்பதை தேர்வு செய்து உருவாக்கவும்

4. முக்கிய GitHub சொற்கள்

சொல்விளக்கம்
RepositoryProject கோப்பு தொகுப்பு
CommitCode-இல் மாற்றத்தை சேமிப்பது
Pushமாற்றங்களை GitHub-இல் பதிவேற்றம்
CloneRepo-வை நகலெடுத்தல்
Branchவேறு development பாதை
Pull Requestமாற்றங்களை merge செய்ய கோரிக்கை

5. GitHub Pages மூலம் இணையதளம் உருவாக்கலாம்!

உங்கள் repository-யை static website ஆக வெளியிட GitHub Pages பயன்படுத்தலாம்.

https://yourusername.github.io/

6. GitHub-ஐ ஏன் பயன்படுத்த வேண்டும்?

  • Code version history-யுடன் பாதுகாப்பாக வைத்துக்கொள்ள
  • பிற Developer-களுடன் இணைந்து வேலை செய்ய
  • Resume-க்கு உங்கள் திறனை காட்ட
  • Open Source உலகத்தில் பங்களிக்க

7. ஆரம்பிக்க உதவும் கட்டளைகள் (Git CLI)

git init
git remote add origin https://github.com/yourusername/repo.git
git add .
git commit -m "முதல் commit"
git push -u origin main

8. பயிற்சி பெற:

முடிவுரை:

இன்று GitHub கணக்கை தொடங்குங்கள். உங்கள் நிரல் பயணத்தில் இது ஒரு முக்கியமான படி!

Comments

Popular posts from this blog

Offline ai

Termux comment

Chat GPT prompt style