what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / nithya
THERE IS NO FULL FORM FOR JAVA. JAVA IS AN NAME OF COFFEE
SEED
| Is This Answer Correct ? | 197 Yes | 96 No |
Post New Answer View All Answers
Sir i need notes for structure,functions,pointers in c language can you help me please
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
difference between native and cross compilers
What is c language & why it is used?
What is a built-in function in C?
What is indirection? How many levels of pointers can you have?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Explain enumerated types in c language?
What is pointer to pointer in c?
What is an expression?
Why is c faster?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What does %d do?
How many keywords (reserve words) are in c?
Why header files are used?