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..???

Answers were Sorted based on User's Feedback



Is the C language is the portable language...If yes...Then Why...and if not then what is problem s..

Answer / 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

Is the C language is the portable language...If yes...Then Why...and if not then what is problem s..

Answer / suresh

ya,c is a portable language coz it needs compiler to
compile the program at different platforms.

Is This Answer Correct ?    14 Yes 4 No

Post New Answer

More C Interview Questions

WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


What are # preprocessor operator in c?

0 Answers  


What is c preprocessor mean?

0 Answers  


What is structure in c definition?

0 Answers  


why program counter is 16 bit?

3 Answers  


a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


question-how to run a c programme.

6 Answers  


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


What are the differences between new and malloc in C?

0 Answers   Amazon,


Categories