why Language C is plateform dependent
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
Explain the Difference between the New and Malloc keyword.
What is the difference between volatile and const volatile?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Explain what are preprocessor directives?
what is a headerfile?and what will be a program without it explain nan example?
Explain how can I write functions that take a variable number of arguments?
What does extern mean in a function declaration?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Write a program that receives as input a number omaadel-n-print, four digits.
WHO WROTE C LANGUAGE?
What is array in c with example?
Explain what are the different file extensions involved when programming in c?