An open API service indexing awesome lists of open source software.

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.

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