Skip to content

CSE-BBS-college/programming-for-problem-solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming for problem solving with c language

this is repository contains many C language programs(mostly basic). It is in active devlopment feel free to tinker around and contribute!

Basic C code

#include <stdio.h>   

  int main() {           
    printf("Hello world!");
     return 0;
   }

How to run a C program

#Linux

[1]. Install GCC.

sudo apt install gcc

To check the installation gcc -v

[2]. Clone the repo and navigate to the desired folder.

[3]. Open terminal and type.

gcc <filename.C>

For example -: gcc main.c


Contributors

  • Abhishek 🧑 (@actuallyabhi)

About

This repo is dedicated to C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages