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 |
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Is c is a middle level language?
What is the value of c?
what are the difference between ANSI C and Let Us c and Turbo C
write a program to check whether a number is Peterson or not.
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
can any one tel me wt is the question pattern for NIC exam
Difference between MAC vs. IP Addressing
What's the right way to use errno?
write a code for large nos multilication (upto 200 digits)