In Which Site I Can Easily Learn C & Datastructures?

2

2 Answers

silver swan Profile
silver swan answered
The C programming language is a widely used programming language for creating software. C language gives maximum control and efficiency to the programmer. If you know how to do programming in C then you can do programming in C++, JAVA and in many different language with little struggle. In C language when can have a good grip on functions, pointers, strings, variables, arrays, queues, trees, stack, loops, text filing, binary filing and many more.

If you want to learn Data Structures in C then at first you should know how the data stores in trees, stack, and array or in queue. Only then one can understand the true mechanism of data structures.

There are very good sites available on net from where you can learn C and Data structure. They can teach you at basic level as well as high level. You have to extract information according to your taste and level Here are some sites where you can learn c and data structures but do practice the codes because practice make man perfect.

For C language go to following sites
' target='_blank' class='qa'>www.learn-programming.za.net

-www.cprogramming.com
-< a href ="http://www.softlookup.com/tutorial/c++/index.asp" target="_blank" class="qa">www.softlookup.com
-www.cesis.lvlearn/C++/index.htm
- www.learn-programming.za.net/a>
-www.howstuffworks.comc.htm
- en.wikibooks.org/wiki/Category:C_Programming

for Datastructures
- www.datastructures.itgo.com/a>
- www.datastructures.itgo.com/a>
- www.perlmonks.org
- www.datastructures.info
- www.cs.fiu.edu/~weiss/dsaa_c2e/files.html
- www.theparticle.com/csdata.html ( this one is really good)

Answer Question

Anonymous