https://github.com/sharadcodes/funwithc
Having some fun with C in free time.
https://github.com/sharadcodes/funwithc
Last synced: 10 months ago
JSON representation
Having some fun with C in free time.
- Host: GitHub
- URL: https://github.com/sharadcodes/funwithc
- Owner: sharadcodes
- License: other
- Created: 2018-06-14T16:50:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T07:35:58.000Z (about 7 years ago)
- Last Synced: 2025-01-18T08:23:14.314Z (12 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FUN WITH C
## SOME OF MY PROGRAMS WHICH I MADE FOR HAVING FUN WITH C
:one: **THE BIG STRING PROGRAM**
```c
#include
#include
void a();
void b();
void c();
void d();
void e();
void f();
void g();
void h();
void i();
void j();
void k();
void l();
void m();
void n();
void o();
void p();
void q();
void r();
void s();
void t();
void u();
void v();
void w();
void x();
void y();
void z();
void main()
{
int serial;
char name[30];
printf("ENTER THE STRING : ");
gets(name);
for(serial=0;serial