what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / vbdwivedi
It's name come from Java Coffee which is a coffee bean produced in the Java islands of Indonesia.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why functions are used in c?
What is a pointer in c plus plus?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How does #define work?
How can you read a directory in a C program?
Write a progarm to find the length of string using switch case?
Between macros and functions,which is better to use and why?
What is the difference between array and linked list in c?
What is memcpy() function?
Tell me what is the purpose of 'register' keyword in c language?
Explain the advantages and disadvantages of macros.
What are the advantages and disadvantages of pointers?
what are the different storage classes in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is an lvalue in c?