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 |
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Why enum is used in c?
which is an algorithm for sorting in a growing Lexicographic order
Write a program to reverse a given number in c language?
What is a function simple definition?
What is the use of the sizeof operator?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
why u join this call center?
Differentiate between a structure and a union.
What is a program?
what are far pointers?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?