Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 808 Bytes

File metadata and controls

24 lines (17 loc) · 808 Bytes

C_PROGRAMS

Beginners C Program Examples

Fork and ✴️ star this repo

Simple, short and sweet beginners friendly C language programs

These program are written in visual studio code ide for windows. Anyone who is new to c language can practice these examples.

  • Only programs written in c language will be merged.
  • Beautify/Format your code before making a PR.
  • Poorly stuctured code with inconsistent spacing and bad variable name will not be merged.
  • Make sure your program works after beautifying it.
  • #include< stdio.h > is wrong and you must remove whitespaces.#include<stdio.h> is correct.
  • Please check your spellings before making a PR.
  • Comment code properly.
  • Ignore all the .exe files in the above.

Authors

Hi, I'm Yash pal! 👋