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
Explain how can I right-justify a string?
What is the difference between struct and typedef struct in c?
What are the benefits of organizational structure?
What is a c token and types of c tokens?
Are the variables argc and argv are always local to main?
What is use of bit field?
Why clrscr is used in c?
What are enumerated types?
What are # preprocessor operator in c?
What Is The Difference Between Null And Void Pointer?
Why does everyone say not to use gets?
Explain what is the heap?
What is the concatenation operator?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Why do we use header files in c?