why Language C is plateform dependent
Answer Posted / 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 |
Post New Answer View All Answers
What are the salient features of c languages?
What type of function is main ()?
What are file streams?
What is difference between far and near pointers?
What does c mean in standard form?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What does static variable mean in c?
What is the g value paradox?
What is data structure in c and its types?
What is a ternary operator in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the difference between null pointer and wild pointer?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What does typeof return in c?
What does. int *x[](); means ?