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

How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


What is the use of parallelize in spark?

0 Answers  


if p is a string contained in a string?

0 Answers  


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


Famous puzzles which are generally asked by companies during interviews ?

1 Answers   3D PLM, Yahoo,






#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


to convert a string without using decrement operater and string functions

1 Answers  


how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"

4 Answers   Wipro,


can v write main() { main(); } Is it true?

6 Answers  


What is a shell structure examples?

0 Answers  


in iso what are the common technological language?

0 Answers  


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


Categories