what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
What are the types of data files?
What is the difference between new and malloc functions?
Is c high or low level?
Why should I prototype a function?
What is a floating point in c?
When is a “switch” statement preferable over an “if” statement?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is the difference between a string and an array?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the difference between int main and void main?
Is c call by value?
Explain how does free() know explain how much memory to release?
Explain how can I avoid the abort, retry, fail messages?