Is the C language is the portable language...If yes...Then
Why...and if not then what is problem so it is not a
Portable language..???

Answer Posted / abdur rab

C as a language is portable across any platforms, as it
needs a compiler to compile in different platforms.

The drawback of compiled 'C' code is "Architecture
Dependent" and hence the code compiled in 32 bit
architecture cannot be used for 64 bit.

Is This Answer Correct ?    31 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how does flowchart help in writing a program?

636


What are keywords c?

604


With the help of using classes, write a program to add two numbers.

622


What is calloc() function?

627


What is c preprocessor mean?

797






What are global variables?

650


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581


How can I prevent another program from modifying part of a file that I am modifying?

618


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

727


Explain argument and its types.

608


What is character set?

687


When can a far pointer be used?

593


What is a keyword?

749


How many identifiers are there in c?

585


all c language question

1878