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
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 |
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 |
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
Is linux written in c?
is forign key will be unique key any table or not?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
write an algorithm and c program to add two 2x2 matrics
What are inbuilt functions in c?
Explain command-line arguments in C.
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
write a program that print itself even if the source file is deleted?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software