Yes c is a complete machine dependent language as the memory allocated to its various variables having various data types is different.
For example in some compilers the memory allocated to the char data type is 1 byte but in many compilers it may be 2 bytes also>>>
thanks
Chat with our AI personalities
Machine-dependent (generally called "platform-dependent")
Actual Machine level language is binary language, which contains only '0' & '1 ' and it's the extreme besic of a computer's instruction. Then comes low level language, like assembly language and so on.
FORTRAN (FORmula TRANslator) is the best-known earliest example of machine independent language. This is where the language is not dependent on the characteristics of the computer. COBAL (COmmon Business-Orientated Language) is the other type of programming language that is machine independent. COBAL was developed by the US Navy for business applications.
we can say c,c++ also.. but not sure..
Platform-dependent.