What are the languages are portable and platform
independent?Why they are like that?
Answer Posted / racika
Java is portable and platform independent since we can run
those class files in any of the OS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between c &c++?
What is the best organizational structure?
What are enumerated types?
How is a pointer variable declared?
What is calloc()?
What is the use of typedef in c?
Can a void pointer point to a function?
What is meant by inheritance?
What are type modifiers in c?
What does void main return?
What are unions in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are operators in c?
what are the 10 different models of writing an addition program in C language?
What is quick sort in c?