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

What is meant by high-order and low-order bytes?

0 Answers  


Why is extern used in c?

0 Answers  


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


What is the purpose of main() function?

0 Answers  


Disadvantages of C language.

0 Answers   Impetus,






What are qualifiers?

0 Answers  


What is getch c?

0 Answers  


an algorithem for the implementation of circular doubly linked list

1 Answers  


How to removing white spces in c programming only bu using loops

2 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


What is the deal on sprintf_s return value?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


Categories