What are the languages are portable and platform
independent?Why they are like that?



What are the languages are portable and platform independent?Why they are like that?..

Answer / 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

More C Interview Questions

What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


What should malloc(0) do?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


how to find binary of number?

2 Answers  


what are two kinds of java

2 Answers  


can we access one file to one directory?

1 Answers  


Is it better to use a macro or a function?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

2 Answers   Vector,


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


Explain the difference between struct and union.

2 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


Categories