what is the meaning of java that is (J A V A) full form of
JAVA
Answers were Sorted based on User's Feedback
Answer / naveen
java comes from coffee.its very hard to learn.if u want to
do coffee lern java
| Is This Answer Correct ? | 19 Yes | 57 No |
Explain how can I make sure that my program is the only one accessing a file?
How many parameters should a function have?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is volatile in c language?
Explain what is the advantage of a random access file?
Differentiate between full, complete & perfect binary trees.
Does c have enums?
Why we write conio h in c?
What is string constants?
What are the different categories of functions in c?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????