why Language C is plateform dependent

Answers were Sorted based on User's Feedback



why Language C is plateform dependent..

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

why Language C is plateform dependent..

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

why Language C is plateform dependent..

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

Post New Answer

More C Interview Questions

Write a program to reverse a given number in c?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


Who is the founder of c language?

0 Answers  


Which are low level languages?

0 Answers  






what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


What is static memory allocation?

0 Answers  


What does & mean in scanf?

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


What are the different types of control structures in programming?

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


Categories