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 |
Why is c not oop?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is the restrict keyword in C?
what is the use of pointers
What is keyword in c?
What is "Duff's Device"?
Write a program to exchange two variaables without temp
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Is main is a keyword in c?