theNareshofficial / C_stuff

This C stuff is meant to help students and beginners understand certain points.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Stuff Developed By
@thenareshofficial

Hey, welcome to my github page! I want to share some C stuff that I think is useful for students and beginners who are learning this awesome programming language. C is one of the oldest and most powerful languages out there, but it can also be tricky and confusing sometimes. That's why I decided to write some posts that explain certain concepts and features of C in a simple and fun way. I hope you enjoy them and learn something new!

NOTE: I'm using Linux

Installation

#clone the repo
$git clone https://github.com/theNareshofficial/C_stuff.git

#change Directory 
$cd C_stuff

#compile
$gcc hello.c -o hello

#Executable file
$./hello

Topic's

ThankYou

About

This C stuff is meant to help students and beginners understand certain points.

License:GNU General Public License v3.0


Languages

Language:C 100.0%