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 / 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 View All Answers
What does #pragma once mean?
diff between exptected result and requirement?
What are the advantages and disadvantages of a heap?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is a header file?
pierrot's divisor program using c or c++ code
What is c basic?
How can you be sure that a program follows the ANSI C standard?
explain what is an endless loop?
Are the expressions * ptr ++ and ++ * ptr same?
What is the usage of the pointer in c?
What are multibyte characters?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is array in c with example?
How can I list all of the predefined identifiers?