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
How will you declare an array of three function pointers where each function receives two ints and returns a float?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is #define?
What do header files do?
What is the difference between class and object in c?
How can you read a directory in a C program?
Can you apply link and association interchangeably?
What is c language in simple words?
What is extern storage class in c?
How to write a multi-statement macro?
What is the use of a semicolon (;) at the end of every program statement?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Explain the difference between malloc() and calloc() function?
How can you increase the size of a dynamically allocated array?