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 function pointer c?
What is pragma c?
write a program to generate address labels using structures?
How can I avoid the abort, retry, fail messages?
In c language can we compile a program without main() function?
what are the facialities provided by you after the selection of the student.
Find MAXIMUM of three distinct integers using a single C statement
In C language what is a 'dangling pointer'?
Can one function call another?
What is a function simple definition?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is call by reference in functions?
What is array of structure in c programming?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Is null a keyword in c?