Code Monkey home page Code Monkey logo

basic-programming-quesions's Introduction

Basic Programming Questions

In this repo you'll find all basic Questions of different Programming Languages which can help you in understanding the basic concepts of a Programming Language.

How to use this repository

  • Learn the basics of Programming Language of your choice.
  • Choose the folder of your Programming Language.
  • Start practising the Questions, and if you are not able to solve any question then take a look at the code, and return to this question after few days and see if you can solve. If not, repeat the same process again.
  • If folder of your choosen Programming Language is not present in this repo, then feel free to make a Pull Request related to this.
  • If you want to add more questions then feel free to make a Pull Request.
  • Also if you are new to GitHub, then you can think of making your first PR in this project by adding a question or by improving the documents :-)

How to Contribute to this project

  • Star the repository.
  • Fork the repository (Click the Fork button in the top right of this page)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-username/Basic-Programming-Quesions.git
  • change the present working directory
cd Basic-Programming-Quesions
  • Add/Create your project to the specific folder.
  • Make a new branch
git checkout -b branch-name
  • Make change in the repository with the new branch.
  • push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
  • Make a pull request.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code whereever necessary.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.