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
- for windows user, directly open files in Bloodshed Dev C++, compile & Run.
-
for Linux user, comment below two line, like
// #include<conio.h> // getch();
compile & run as
gcc filename.c ./a.out