C programming
In this article i have written that what i have done during on my embedded engineering training till now.
During these days I have done in project 00 introduction of linux, fedora installation, configuration of ftp(file transfer protocol ) server, tftp(terival file transfer protocol) server, telnet server, ssh(secure shell) server,& configuration of raid( redendent array of inexpensive disk).
In a c programming based project i started with basicof c language .in this project i learn that introduction of c ,syntex and semantics, control structure(loop and conditional), array and strings,project management tool ,pointer, fileio, functions , linklist etc..
now a days i have knowledge about the many operator.& how to use conditional & loop control structure ie. If -else statement ,case statement,while loop, for loop. I learn that many data types ie. Int ,float, char, double& structure etc. I learn that how to initialize array ,pointer, structure,link list and what are the application of that.I implemented the linklist , stacks, queue also; I used the project management tool ie. Make, make file rcs cvs during to the implementation of many programs. after this i have implemented the debugging tool ie. Gdb.& know the application of gdb debugging.
I have used searching and sorting techniques during to the implementation of the assignment programs. now a days i implemented a program whose name is multi data compression & encryption in which a long array is decompress in a master array with the help of find out the code length while encryption is remain left.