why Language C is plateform dependent
Answer Posted / 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 |
Post New Answer View All Answers
Can the size of an array be declared at runtime?
What is sizeof array?
Where static variables are stored in c?
What is wrong with this declaration?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Can we access the array using a pointer in c language?
Why static variable is used in c?
How to declare a variable?
How pointers are declared?
What is difference between union and structure in c?
How can variables be characterized?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How can I manipulate individual bits?
What is the use of structure padding in c?
What are the types of data files?