what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / manish dhanraj rangari
NO JAVA DON'T HAVE ANY FULL FORM,ITS A NAME OF COFFEE SEED
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Explain how do you search data in a data file using random access method?
what are non standard function in c
Is null always equal to 0(zero)?
What is derived datatype in c?
Differentiate between null and void pointers.
Ow can I insert or delete a line (or record) in the middle of a file?
What is the advantage of using #define to declare a constant?
What are compound statements?
What is the purpose of ftell?
What is bin sh c?
What are the string functions? List some string functions available in c.
Explain the process of converting a Tree into a Binary Tree.
what are the 10 different models of writing an addition program in C language?
Explain what are the standard predefined macros?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer