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 |
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Find greatest number out of 10 number without using loop.
What are # preprocessor operator in c?
What is c preprocessor mean?
What is structure in c definition?
why program counter is 16 bit?
a simple c program using 'for' loop to display the output 5 4 3 2 1
What is structure padding & expalain wid example what is bit wise structure?
question-how to run a c programme.
Sir i need notes for structure,functions,pointers in c language can you help me please
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What are the differences between new and malloc in C?