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
What is sizeof int in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What are the functions to open and close file in c language?
What is meant by int main ()?
Write a program to generate random numbers in c?
Tell me can the size of an array be declared at runtime?
What is scanf_s in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Does * p ++ increment p or what it points to?
Is null equal to 0 in sql?
What is the difference between new and malloc functions?
What are global variables and explain how do you declare them?
What is strcmp in c?
What is nested structure?
How can I sort a linked list?