why Language C is plateform dependent
Answer Posted / 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 |
Post New Answer View All Answers
What standard functions are available to manipulate strings?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is difference between structure and union?
What is the best organizational structure?
where are auto variables stored? What are the characteristics of an auto variable?
Explain void pointer?
Why is c fast?
What are the types of type qualifiers in c?
What is difference between union and structure in c?
Write a program to swap two numbers without using third variable in c?
What does sizeof int return?
How does normalization of huge pointer works?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are different storage class specifiers in c?
What are data types in c language?