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 is the difference between class and unio?

0 Answers   HCL, Wipro,


how does printf function work

1 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is a lookup table in c?

0 Answers  






how to generate the length of a string without using len funtion?

4 Answers  


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


What is the difference between union and structure in c?

0 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


What is string length in c?

0 Answers  


Categories