T
toha
hi, iam shamiul islam.i am astudent of iut.my question is what is c
progamming and why we use it?
progamming and why we use it?
hi, iam shamiul islam.i am astudent of iut.my question is what is c
progamming and why we use it?
Ak-salaam aleykum.
C programming is programming in a closely related set of dialects
labeled C starting with a language invented by Dennis Ritchie around
1970. These dialects are all characterized by block structure that
uses { and } to demarcate blocks, function definitions that cannot
nest, and the ability to take the address of any value that has an
address and use this as data. Other markers include a for statement
which unlike for statements in other languages, allows the variable
typically used as the limit to be changed (for statements in other
languages
It is used primarily out of a combination of vanity, reluctance of
actual programmers to continually re-educate themselves, and for some
sort of consistency and a small amount of portability.
Its reputation
as a portable language is unmerited since in principle any C program
can be highly dependent on its platform owing to the fact that
addresses of lValues are objects,
meaning that without extensive
diligence a C program should not in fact ported.
Nick Keighley said:ALgol, Fortran
it's also "close to the machine" hence useful for device drivers and
such like. Much of Windows is written in C and all of Linux.
this is simply crap
as is this
Well, Spinny never did know his arse from a hole in the ground, as
evidenced by the fact that he thinks the IUT trolls are real.
ALgol, Fortran
it's also "close to the machine" hence useful for device drivers and
such like. Much of Windows is written in C and all of Linux.
this is simply crap
[...] Its reputation
as a portable language is unmerited since in principle any
C program can be highly dependent on its platform
owing to the fact that
addresses of lValues are objects,
meaning that without extensive
diligence a C program should not in fact ported.
What kind of "extensive diligence" are you referring to?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.