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
how can I convert a string to a number?
What does s c mean on snapchat?
What does printf does?
What is merge sort in c?
What is scope rule of function in c?
When is the “void” keyword used in a function?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is the use of putchar function?
Why is %d used in c?
How many identifiers are there in c?
What is the role of this pointer?
Which is more efficient, a switch statement or an if else chain?
What do mean by network ?
what is the difference between class and unio?
write a c program to calculate sum of digits till it reduces to a single digit using recursion