Quote Originally Posted by shiprasagar View Post
Hello all I just like to ask that what is the scope of c programming, what all topics should be covered and it is kinda bothering me … and has anyone studied from this course http://www.wiziq.com/course/3764-the-c-language-primer of c programming language online ?? or tell me any other guidance...
would really appreciate help… and Also i would like to thank for all the information you are providing on c programming.
This line from that link is nonsense:
Crucial to learn before heading on to C++ and Java
Sorry, but to learn either C++ or Java, learning C is not necessary, and in some cases, detrimental if you're real goal is to learn C++ (or even Java).

Read what the C++ FAQ has to say here:

http://www.parashift.com/c++-faq/don...n-c-first.html

Regards,

Paul McKenzie