Jeff wrote:
> "rakesh" <> wrote in message
> news: m...
>
>>hi,
>>
>> i got a doubt about C.
>>
>> is the C - langauge hardware dependent or independent
>>
>
>
> independent.
>
>
>> give me the reason.
>>
>
>
> You can use C to write program on any machine, as long as you have the C
> compiler for it and your C compiler can correctly produce the executable for
> it.
And you don't use any platform specific functions.
>
>
>>your
>>rakesh
>
>
> --
> Jeff
>
>
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq:
http://www.parashift.com/c++-faq-lite
C Faq:
http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book