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 type of function is main ()?
Are global variables static in c?
In a switch statement, explain what will happen if a break statement is omitted?
What is echo in c programming?
What is the deal on sprintf_s return value?
What are the advantages of Macro over function?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Write a program to swap two numbers without using the third variable?
What is void main ()?
Why do we use header files in c?
what is use of malloc and calloc?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What are the different data types in C?
What is pass by value in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this