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
Tell me when is a void pointer used?
Write a program to print all permutations of a given string.
Is c pass by value or reference?
How can I send mail from within a c program?
How #define works?
Are pointers integer?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What do the functions atoi(), itoa() and gcvt() do?
What is floating point constants?
What is getch c?
Can true be a variable name in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Why c is a procedural language?
Is c still relevant?
What is the function of volatile in c language?