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
Can an array be an Ivalue?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What does 3 mean in texting?
What is function and its example?
Explain what is the difference between functions getch() and getche()?
Is it better to use a macro or a function?
What is sizeof c?
Describe the modifier in c?
What are Macros? What are its advantages and disadvantages?
I came across some code that puts a (void) cast before each call to printf. Why?
Why void main is used in c?
Why double pointer is used in c?
Write a program of advanced Fibonacci series.
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the use of getchar() function?