how we can say java is platform independent, while we
require JVM for that particular Operating System?
Answer Posted / gayatri
Because every os has its own jvm
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Do variables need to be initialized?
What tq means in chat?
What is the use of void pointer and null pointer in c language?
What is the use of sizeof () in c?
When can a far pointer be used?
what are the advantages of a macro over a function?
Explain zero based addressing.
Explain how can I prevent another program from modifying part of a file that I am modifying?
How can you access memory located at a certain address?
Does c have circular shift operators?
Can the curly brackets { } be used to enclose a single line of code?
What is getch?
What are the standard predefined macros?