Skip to content

sagarnikam123/C-kide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C- kide

License: MIT

simple kadya (funny programms) in C

Description

  • all programms & codes are developed during M.Sc (Bioinformatics) for the paper, 'Programming in C' , Semester-II, Year-2010-2011.
  • all coding done on last corner Windows (Vista) desktop, near window, in practical Lab No.1 at Bioinformatics Center, University of Pune, Pune.

Code Details

  • haramiKaMall-ATM :- an interactiv ATM trasaction - funny.
  • alphNumericKashish :- an interactive program for printing Alphabets & Numbers on console.
  • aakashMeATGC :- stars in the sky. NOTE : may run on specific machines with specific configurations only.
  • Other :- all are some imaginary or realistic objects/shapes, printed using starts & some ASCII characters.

How To (locally)

  • for windows user,open file in Dev C++ / CodeBlocks, compile & Run.

  • for Linux user, comment below two line, like

     // #include<conio.h>
     // getch();

    compile & run as

     gcc -Wall helloWorld.c -o helloWorld
     ./helloWorld	
    • -Wall enables all compiler’s warning messages (recommended to generate better code)
    • -o to specify output file name. If we do not use this option, then an output file with name a.out is generated.

How To (with online compiler)

Releases

No releases published

Packages

No packages published

Languages