why Language C is plateform dependent
Answers were Sorted based on User's Feedback
Answer / mumtaz begum
c is a Structure oriented programming language n it doesn't generate any byte code which can't be run on any operating system with this disadvantage C doen't bcome a platform independent..
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / guest
c is a Structure oriented programming language n it doesn't
generate any byte code which can't be run on any operating
system with this disadvantage C doen't bcome a platform
independent..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / samineni.anil babu
Well, C is not platform dependent. You can compile C into source code on a Windows, Mac, Unix or any other operating system as long as you are using that type of computer. You could write code that can be compiled on almost any operating system.
| Is This Answer Correct ? | 2 Yes | 3 No |
How can you print HELLO WORLD without using "semicolon"?
What is memory leak in c?
Explain function?
can u give me the good and very optimised code for a car racing game?
What are examples of structures?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
How arrays can be passed to a user defined function
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
How many data structures are there in c?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
What is zero based addressing?