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

Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


How do you determine a file’s attributes?

0 Answers  


Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.

4 Answers  


Where are c variables stored in memory?

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,






HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Is c still used?

0 Answers  


What are the loops in c?

0 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,


What is a structure in c language. how to initialise a structure in c?

0 Answers  


Categories