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
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
When should you use a type cast?
What is void main () in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What does #pragma once mean?
What is the maximum no. of arguments that can be given in a command line in C.?
Explain the Difference between the New and Malloc keyword.
what is event driven software and what is procedural driven software?
Which header file is essential for using strcmp function?
What is difference between main and void main?
What is meant by initialization and how we initialize a variable?
How can a number be converted to a string?
Is r written in c?
What is the use of printf() and scanf() functions?
Explain how can you determine the size of an allocated portion of memory?